FlexPivot for WinForms
SortColumn プロパティ (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : SortColumn プロパティ
Gets a reference to the column that defines the current sort applied to the grid.
シンタックス
'宣言
 
Public ReadOnly Property SortColumn As Column
public Column SortColumn {get;}
解説

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.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ