Defines the available selection modes within a RadDataGrid component.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum DataGridSelectionMode
Fields
Multiple units may be selected. The selection unit is described by the SelectionUnit property.
C#
Multiple = 2
No selection is allowed.
C#
None = 0
Single unit only may be selected. The selection unit is described by the SelectionUnit property.
C#
Single = 1