SortDirection Enum
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.
Sort direction enum
C#
public enum SortDirection
type SortDirection =
Public Enum SortDirection
- Inheritance
-
SortDirection
Name | Value | Description |
---|---|---|
Ascending | 0 | Ascending order (eg. abc...) |
Descending | 1 | Descending order (eg. zyx...) |
Προϊόν | Εκδόσεις |
---|---|
Windows Community Toolkit | 6.1.1, 7.0.0, 7.1.0 |