Class SortTapAction
Defines the constants that specify the different tap actions available for applying sorting in SfDataGrid.
Inheritance
System.Object
    SortTapAction
  Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.Android.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 |