Class GridMoveCurrentCellDirectionEventArgs
Inheritance
System.Object
GridMoveCurrentCellDirectionEventArgs
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridMoveCurrentCellDirectionEventArgs : GridQueryNextCurrentCellPositionEventArgs
Constructors
GridMoveCurrentCellDirectionEventArgs(GridDirectionType, Int32, Boolean, Int32, Int32)
Initializes the new instances for the GridMoveCurrentCellDirectionEventArgs class.
Declaration
public GridMoveCurrentCellDirectionEventArgs(GridDirectionType direction, int numCells, bool extendSelection, int rowIndex, int colIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| GridDirectionType | direction | The GridDirectionType that specifies the direction of the current cell movement. |
| System.Int32 | numCells | The number of cells to move. |
| System.Boolean | extendSelection | Extends the current selection. |
| System.Int32 | rowIndex | The row index. |
| System.Int32 | colIndex | The column index. |
Properties
ExtendSelection
Gets a value indicating whether to extend the current selection.
Declaration
[TraceProperty(true)]
public bool ExtendSelection { get; }
Property Value
| Type |
|---|
| System.Boolean |
NumCells
Gets the number of cells to move.
Declaration
[TraceProperty(true)]
public int NumCells { get; }
Property Value
| Type |
|---|
| System.Int32 |