Class SortTapAction
Defines the constants that specify the different tap actions available for applying sorting in SfDataGrid.
Inheritance
System.Object
SortTapAction
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public sealed class SortTapAction : Enum
Fields
DoubleTap
Specifies that sorting happens at a double tap.
Declaration
public const SortTapAction DoubleTap
Field Value
Type |
---|
SortTapAction |
SingleTap
Specifies that sorting happens at a single tap.
Declaration
public const SortTapAction SingleTap
Field Value
Type |
---|
SortTapAction |