Specifies how items in a list are sorted.
[Visual Basic] Public Enum SortOrder [C#] public enum SortOrder [C++] public enum SortOrder
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Use the members of this enumeration to set the value of the Sorting property of the ListView control.
Member Name | Description |
---|---|
Ascending | The items are sorted in ascending order. |
Descending | The items are sorted in descending order. |
None | The items are not sorted. |
Namespace: System.WinForms
Assembly: System.WinForms.dll