SortDirection Class
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
Indicates the direction to sort by.
public static class SortDirection
- Inheritance:
- System.Object → SortDirection
Fields
Ascending | Sorts the data in ascending order. |
Descending | Sorts the data in descending order. |