C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : SortColumn Property |
'Declaration
<BrowsableAttribute(False)> Public ReadOnly Property SortColumn As Column
'Usage
Dim instance As C1FlexGridBase Dim value As Column value = instance.SortColumn
The grid may be sorted by a call to the Sort(SortFlags,Int32) method, by a user clicking a column header, or as a result of sorting applied directly to the object that is being used as the grid's DataSource.
To determine the current sort direction, use the sorted column's Column.Sort property.
If the grid is not currently sorted, this property returns null.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2