EnumDataGridSelectionMode
Enum
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.
Multiple
Multiple units may be selected. The selection unit is described by the SelectionUnit property.
None
No selection is allowed.
Single
Single unit only may be selected. The selection unit is described by the SelectionUnit property.