New to Telerik UI for WinFormsStart a free 30-day trial

Defines the possible states that the virtual grid is in during selection.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public enum VirtualGridSelectionAction

Fields

A new selection begins.

C#
BeginSelection = 0

The selection is clear due to a new selection being started.

C#
ClearAndBeginSelection = 2

The selection is cleared

C#
ClearSelection = 1

The selection is extended.

C#
ExtendSelection = 3

All cells are selected.

C#
SelectAll = 4