WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MoveDirection

    Show / Hide Table of Contents

    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 Description
    MoveDirection

    Right

    Specifies the current cell is navigated at right direction.

    Declaration
    public const MoveDirection Right
    Field Value
    Type Description
    MoveDirection

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved