True DBGrid for WinForms
AllowSort プロパティ (Frame)

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid.BaseGrid 名前空間 > Frame クラス : AllowSort プロパティ
Gets or sets a value indicating the ability of the grid to automatically sort data when a column header is clicked.
シンタックス
'宣言
 
Public Property AllowSort As System.Boolean
public System.bool AllowSort {get; set;}
解説

If True, and if the DataView property is set to GroupBy, the grid will automatically filter column data upon grouping action.

If False, the grid will fire the C1.Win.C1TrueDBGrid.C1TrueDBGrid.Sort event.

If the DataView property is set to Group By and the user attempts to drag a column header into the grouping area, the grid will automatically sort the column data.

If False, the C1.Win.C1TrueDBGrid.C1TrueDBGrid.Sort event allows the application to sort the data.

参照

Frame クラス
Frame メンバ