Enum VirtualGridSelectionAction
Defines the possible states that the virtual grid is in during selection.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public enum VirtualGridSelectionAction
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.