[]
Gets or sets whether the user can drag this row or column with the mouse.
public virtual bool AllowDragging { get; set; }
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.