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

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

Row dragging may not work in bound mode. This is because some data sources do not allow absolute positioning of rows.

ADO.NET DataTable object in particular do not support this.

Column dragging is supported for any data source, and row dragging is always supported in unbound mode.

You can prevent specific rows and columns from being dragged by setting their RowCol.AllowDragging property to false.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ