EnumDataGridSelectionMode
Enum
Defines the available selection modes within a RadDataGrid component.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public enum DataGridSelectionMode
Fields
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.