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. |