Enum GridView.GridOperations
Available Operations.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
[Flags]
public enum GridView.GridOperations
Fields
| Name | Description |
|---|---|
| Begin | Move selection cursor to the beginning of the list. |
| Cancel | Cancel selection. |
| Choose | Choose selected items. |
| Down | Move selection cursor down. |
| End | Move selection cursor to the end of the list. |
| Left | Move selection cursor left. |
| None | No operation. |
| Right | Move selection cursor right. |
| SelectAll | Select all items. |
| Up | Move selection cursor up. |