Wimark.Controls Class Library  

ListView.Sorting Property

Gets or sets the sort order for items in the control.

[Visual Basic]
Public Property Sorting As SortOrder 
[C#]
public SortOrder Sorting {get; set;}
[C++]
public: __property SortOrder get_Sorting();
public: __property void set_Sorting(SortOrder);

Requirements

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

See Also

ListView Class | ListView Members | Wimark.Controls Namespace