DataGridSortDirection Type
Direction of a column sort — `Ascending` or `Descending`.
Union cases
| Union case |
Description
|
Full Usage:
Ascending
|
|
Full Usage:
Descending
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAscending
Returns: bool
|
|
Full Usage:
this.IsDescending
Returns: bool
|
|