[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.RowCol.AllowDragging

AllowDragging Property

AllowDragging

Gets or sets whether the user can drag this row or column with the mouse.

Declaration
public virtual bool AllowDragging { get; set; }
Remarks

The grid object also has an 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 AllowDragging property, then dragging of individual rows and columns can still be disabled by setting this property to false.