EnumVirtualGridSelectionAction
Enum
Defines the possible states that the virtual grid is in during selection.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public enum VirtualGridSelectionAction
Fields
BeginSelection
A new selection begins.
ClearAndBeginSelection
The selection is clear due to a new selection being started.
ClearSelection
The selection is cleared
ExtendSelection
The selection is extended.
SelectAll
All cells are selected.