Class DataGridSelectionMode
Defines the constants that specifies how to apply the selection for rows.
Inheritance
System.Object
DataGridSelectionMode
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public sealed class DataGridSelectionMode : Enum
Fields
Multiple
Multiple rows can be selected.
Declaration
public const DataGridSelectionMode Multiple
Field Value
None
No rows can be selected.
Declaration
public const DataGridSelectionMode None
Field Value
Single
Only one row can be selected at a time.
Declaration
public const DataGridSelectionMode Single
Field Value
SingleDeselect
Only one row can be selected at a time. In addition, it lets deselect the selected row.
Declaration
public const DataGridSelectionMode SingleDeselect