Enum
DataGridSelectionMode

Defines the available selection modes within a RadDataGrid component.

Definition

Namespace:Telerik.UI.Xaml.Controls.Grid

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public enum DataGridSelectionMode

Fields

Extended

Items are added to the selection only by combining the mouse clicks with the Ctrl or Shift keys. The selection unit is described by the SelectionUnit property.

Declaration

cs-api-definition
Extended = 3

Field Value

DataGridSelectionMode

Multiple

Multiple units may be selected. The selection unit is described by the SelectionUnit property.

Declaration

cs-api-definition
Multiple = 2

Field Value

DataGridSelectionMode

None

No selection is allowed.

Declaration

cs-api-definition
None = 0

Field Value

DataGridSelectionMode

Single

Single unit only may be selected. The selection unit is described by the SelectionUnit property.

Declaration

cs-api-definition
Single = 1

Field Value

DataGridSelectionMode

In this article
DefinitionFieldsExtendedMultipleNoneSingle
Not finding the help you need?
Contact Support