Enum GridDirectionType
GridDirectionType is used in various grid methods to specify direction of a movement.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.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. |
| PageLeft | Page up. |
| PageRight | Page down. |
| PageUp | Page up. |
| Right | Move to right. |
| Top | Go to top. |
| TopLeft | Go to top-left corner. |
| Up | Move up. |