Class GridCurrentCellMoveState
Represents the state of the current cell's movement.
Inheritance
System.Object
GridCurrentCellMoveState
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCurrentCellMoveState : Object
Constructors
GridCurrentCellMoveState()
Declaration
public GridCurrentCellMoveState()
Fields
Index
Current cell index.
Declaration
public int Index
Field Value
Type |
---|
System.Int32 |
KeyMove
Specifies if the current cell's movement is caused by a key press.
Declaration
public int KeyMove
Field Value
Type |
---|
System.Int32 |
MoveFrom
Index from which the current cell is moved.
Declaration
public int MoveFrom
Field Value
Type |
---|
System.Int32 |
MoveTo
Index to which the current cell is moved.
Declaration
public int MoveTo
Field Value
Type |
---|
System.Int32 |