Class MoveDirection
Defines the constants that specify the moving direction of current cell.
Inheritance
System.Object
MoveDirection
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class MoveDirection : Enum
Fields
Left
Specifies the current cell is navigated at left direction.
Declaration
public const MoveDirection Left
Field Value
Type |
---|
MoveDirection |
Right
Specifies the current cell is navigated at right direction.
Declaration
public const MoveDirection Right
Field Value
Type |
---|
MoveDirection |