Class DataGridSortingMode
Defines the constants that decides the how the sorting is performed.
Inheritance
System.Object
DataGridSortingMode
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public sealed class DataGridSortingMode : Enum
Fields
Multiple
Specifies that the multiple columns can be sorted.
Declaration
public const DataGridSortingMode Multiple
Field Value
Type | Description |
---|---|
DataGridSortingMode |
None
Specifies that none of the columns can be sorted.
Declaration
public const DataGridSortingMode None
Field Value
Type | Description |
---|---|
DataGridSortingMode |
Single
Specifies that the single column alone can be sorted at a time.
Declaration
public const DataGridSortingMode Single
Field Value
Type | Description |
---|---|
DataGridSortingMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |