SortDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the direction in which to sort a list of items.
public enum SortDirection
type SortDirection =
Public Enum SortDirection
- Inheritance
-
SortDirection
Fields
Name | Value | Description |
---|---|---|
Ascending | 0 | Sort from smallest to largest —for example, from 1 to 10. |
Descending | 1 | Sort from largest to smallest — for example, from 10 to 1. |