ComponentOne FlexGrid for WinForms
AllowDragging Property (RowCol)

C1.Win.C1FlexGrid Namespace > RowCol Class : AllowDragging Property
Gets or sets whether the user can drag this row or column with the mouse.
Syntax
'Declaration
 
Public Overridable Property AllowDragging As Boolean
public virtual bool AllowDragging {get; set;}
Remarks

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.

See Also

Reference

RowCol Class
RowCol Members