Enum PropertySortDescription
- Namespace
- Microsoft.WindowsAPICodePack.Shell.PropertySystem
- Assembly
- Microsoft.WindowsAPICodePack.Shell.dll
Describes the particular wordings of sort offerings.
public enum PropertySortDescription
Fields
AToZ = 1
The alphabetical sort, "A on top", "Z on top".
General = 0
The default ascending or descending property sort, "Sort going up", "Sort going down".
LowestToHighest = 2
The numerical sort, "Lowest on top", "Highest on top".
OldestToNewest = 4
The chronological sort, "Oldest on top", "Newest on top".
SmallestToBiggest = 3
The size sort, "Smallest on top", "Largest on top".
Remarks
Note that the strings shown are English versions only; localized strings are used for other locales.