Class SelectAllAction
Used for selecting or deselecting all elements.
public class SelectAllAction : BaseAction
- Inheritance
-
SelectAllAction
- Inherited Members
Fields
SelectAllActionKind
The kind value used for this kind of action
public const string SelectAllActionKind = "allSelected"
Field Value
Properties
Kind
Unique identifier specifying the kind of action to process.
public override string Kind { get; }
Property Value
Select
If select
is true, all elements are selected, otherwise they are deselected.
public bool Select { get; set; }