Class SwipeDirection
Defines constants that specify the swipe directions.
Inheritance
System.Object
SwipeDirection
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public sealed class SwipeDirection : Enum
Fields
Left
Specifies that the swiping is made in the left direction.
Declaration
public const SwipeDirection Left
Field Value
Type |
---|
SwipeDirection |
Right
Specifies that the swiping is made in the right direction.
Declaration
public const SwipeDirection Right
Field Value
Type |
---|
SwipeDirection |