C1.Win.FlexGrid Namespace / RowCol Class / AllowDragging Property

In This Topic
AllowDragging Property (RowCol)
In This Topic
Gets or sets whether the user can drag this row or column with the mouse.
Syntax
'Declaration
 
Public Overridable Property AllowDragging As Boolean
 
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