NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SortOrder Enumeration

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.

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.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | Sorting