This documentation is archived and is not being maintained.
SortOrder Enumeration
.NET Framework 1.1
Specifies how items in a list are sorted.
[Visual Basic] <Serializable> Public Enum SortOrder [C#] [Serializable] public enum SortOrder [C++] [Serializable] __value public enum SortOrder [JScript] public Serializable enum SortOrder
Remarks
Use the members of this enumeration to set the value of the Sorting property of the ListView control.
Members
| 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. |
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
Show: