'宣言 Public Overridable Property AllowDragging As System.Boolean
public virtual System.bool AllowDragging {get; set;}
'宣言 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.