Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ListSortDirection Enumeration

Specifies the direction of a sort operation.

[Visual Basic]
<Serializable>
Public Enum ListSortDirection
[C#]
[Serializable]
public enum ListSortDirection
[C++]
[Serializable]
__value public enum ListSortDirection
[JScript]
public
   Serializable
enum ListSortDirection

Remarks

IBindingList.ApplySort and IBindingList.SortDirection use this enumeration.

Members

Member name Description
Ascending

Supported by the .NET Compact Framework.

Sorts in ascending order.
Descending

Supported by the .NET Compact Framework.

Sorts in descending order.

Requirements

Namespace: System.ComponentModel

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework

Assembly: System (in System.dll)

See Also

System.ComponentModel Namespace

Show:
© 2017 Microsoft