SortDirection
Description
A SortDirection is an enum that specifies the order in which data is sorted.
Possible Values
|
Name |
Type |
Value |
Description |
|---|---|---|---|
|
Ascending |
number |
1 |
The data is sorted in ascending order. |
|
Descending |
number |
-1 |
The data is sorted in descending order. |
Need help? Contact us!