FlexPivot for WinForms
AllowDraggingEnum 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : AllowDraggingEnum 列挙体
Specifies whether the user should be able to drag rows and columns with the mouse.
シンタックス
'宣言
 
Public Enum AllowDraggingEnum 
   Inherits System.Enum
public enum AllowDraggingEnum : System.Enum 
メンバ
メンバ解説
BothThe user may drag rows and columns with the mouse.
ColumnsThe user may drag columns with the mouse.
NoneThe user may not drag rows or columns.
RowsThe user may drag rows with the mouse.
継承階層

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

参照

C1.Win.C1FlexGrid 名前空間