FlexPivot for WinForms
AllowSortingEnum 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : AllowSortingEnum 列挙体
Specifies whether the user should be able to sort columns with the mouse.
シンタックス
'宣言
 
Public Enum AllowSortingEnum 
   Inherits System.Enum
public enum AllowSortingEnum : System.Enum 
メンバ
メンバ解説
AutoThe user may sort single columns by clicking on its header cell or may sort multiple columns with Ctrl+click.
ColumnRangeThe user may sort a range of columns by clicking on the header cell of the rightmost column in the range.
MultiColumnThe user may sort multiple columns by clicking on their headers one by one.
NoneThe user may not sort columns with the mouse.
SingleColumnThe user may sort single columns by clicking on its header cell.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.AllowSortingEnum

参照

C1.Win.C1FlexGrid 名前空間