Class DataGridSortingGestureType
Defines the constants that specifies how the sorting is applied.
Inheritance
System.Object
DataGridSortingGestureType
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public sealed class DataGridSortingGestureType : Enum
Fields
DoubleTap
Specifies that sorting is applied on double tap the column header.
Declaration
public const DataGridSortingGestureType DoubleTap
Field Value
Type | Description |
---|---|
DataGridSortingGestureType |
Tap
Specifies that sorting is applied on tap the column header.
Declaration
public const DataGridSortingGestureType Tap
Field Value
Type | Description |
---|---|
DataGridSortingGestureType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |