Wimark.Controls Class Library  

DataGridView.SortOrder Property

Gets a value indicating whether the rows in the DataGridView control are sorted in ascending or descending order, or are not sorted.

[Visual Basic]
Public ReadOnly Property SortOrder As SortOrder 
[C#]
public SortOrder SortOrder {get;}
[C++]
public: __property SortOrder get_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

DataGridView Class | DataGridView Members | Wimark.Controls Namespace