Wimark.Controls Class Library  

DataGridView.SortedColumn Property

Gets the column by which the DataGridView contents are currently sorted.

[Visual Basic]
Public ReadOnly Property SortedColumn As DataGridViewColumn 
[C#]
public DataGridViewColumn SortedColumn {get;}
[C++]
public: __property DataGridViewColumn* get_SortedColumn();

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