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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : AllowSorting プロパティ
Gets or sets whether the user is allowed to sort columns using the mouse.
シンタックス
'宣言
 
Public Property AllowSorting As AllowSortingEnum
public AllowSortingEnum AllowSorting {get; set;}
解説

When the grid is used in bound mode, the sorting is performed by the DataSource object. If the data source object does not support sorting, this property has no effect.

In unbound mode, you can also sort data using the Sort(SortFlags,Int32) method.

The column range sorting was renamed to AllowSortingEnum.ColumnRange for backward compatibility.

The user can clear column sorting with Ctrl+click on its header for all modes except AllowSortingEnum.ColumnRange.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ