FlexPivot for WinForms
AllowDragging プロパティ (RowCol)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > RowCol クラス : AllowDragging プロパティ
Gets or sets whether the user can drag this row or column with the mouse.
シンタックス
'宣言
 
Public Overridable Property AllowDragging As System.Boolean
public virtual System.bool AllowDragging {get; set;}
解説

The grid object also has an C1FlexGridBase.AllowDragging property. If dragging is disabled at the grid level, the user will not be able to drag any rows or columns.

If dragging is allowed by the grid's C1FlexGridBase.AllowDragging property, then dragging of individual rows and columns can still be disabled by setting this property to false.

参照

RowCol クラス
RowCol メンバ