Enum SortDirection
The SortDirection enumeration specifies how to sort a list of items.
Namespace: TimeCockpit.Data.DataModel.View
Assembly: TimeCockpit.Data.dll
Syntax
public enum SortDirection
Fields
| Name | Description |
|---|---|
| Ascending | Sort from smallest to largest. For example, A to Z. |
| Descending | Sort from largest to smallest. For example, Z to A. |