menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridDirectionType - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum GridDirectionType

    Defines GridDirectionType is used in various grid methods to specify direction of a movement.

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public enum GridDirectionType

    Fields

    Name Description
    Bottom

    Go to bottom.

    BottomRight

    Got to bottom-right corner.

    Down

    Move down.

    Left

    Move to left.

    MostLeft

    Go to most left.

    MostRight

    Got to most right.

    None

    No movement specified, use default behavior.

    PageDown

    Page down.

    PageUp

    Represents Page up.

    Right

    Move to right.

    Top

    Go to top.

    TopLeft

    Go to top-left corner.

    Up

    Represents Move up.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved