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 |
---|
DataGridSortingMode |
None
Specifies that none of the columns can be sorted.
Declaration
public const DataGridSortingMode None
Field Value
Type |
---|
DataGridSortingMode |
Single
Specifies that the single column alone can be sorted at a time.
Declaration
public const DataGridSortingMode Single
Field Value
Type |
---|
DataGridSortingMode |