Enum GridView.GridOperations
Available Operations.
Namespace: Unity.AppUI.UI
Syntax
[Flags]
public enum GridOperations
Fields
| Name | Description | Value |
|---|---|---|
| None | 0 | |
| SelectAll | 1 | |
| Cancel | 2 | |
| Left | 4 | |
| Right | 8 | |
| Up | 16 | |
| Down | 32 | |
| Begin | 64 | |
| End | 128 | |
| Choose | 256 |
Available Operations.
[Flags]
public enum GridOperations
| Name | Description | Value |
|---|---|---|
| None | 0 | |
| SelectAll | 1 | |
| Cancel | 2 | |
| Left | 4 | |
| Right | 8 | |
| Up | 16 | |
| Down | 32 | |
| Begin | 64 | |
| End | 128 | |
| Choose | 256 |