menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridMoveCurrentCellDirectionEventArgs - API Reference

    Show / Hide Table of Contents

    Class GridMoveCurrentCellDirectionEventArgs

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    GridQueryNextCurrentCellPositionEventArgs
    GridMoveCurrentCellDirectionEventArgs
    Inherited Members
    GridQueryNextCurrentCellPositionEventArgs.Direction
    GridQueryNextCurrentCellPositionEventArgs.RowIndex
    GridQueryNextCurrentCellPositionEventArgs.ColIndex
    GridQueryNextCurrentCellPositionEventArgs.Result
    SyncfusionHandledEventArgs.Handled
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Boolean

    NumCells

    Gets the number of cells to move.

    Declaration
    [TraceProperty(true)]
    public int NumCells { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved