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 |
---|
DataGridSortingGestureType |
Tap
Specifies that sorting is applied on tap the column header.
Declaration
public const DataGridSortingGestureType Tap
Field Value
Type |
---|
DataGridSortingGestureType |