menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCurrentCellMoveState - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridCurrentCellMoveState

    Represents the state of the current cell's movement.

    Inheritance
    System.Object
    GridCurrentCellMoveState
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridCurrentCellMoveState

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved