FlexPivot for WinForms
ShowSortPositionEnum 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : ShowSortPositionEnum 列挙体
Specifies the position of the sort glyphs within the column header cells.
シンタックス
'宣言
 
Public Enum ShowSortPositionEnum 
   Inherits System.Enum
public enum ShowSortPositionEnum : System.Enum 
メンバ
メンバ解説
AutoShow sort glyphs on the top of the column header cells if filtering is enabled, and on the right otherwise.
NoneDo not show sort glyphs.
RightShow sort glyphs on the right of the column header cells.
TopShow sort glyphs on the top of the column header cells.
継承階層

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

参照

C1.Win.C1FlexGrid 名前空間