property Column.AllowDragging as Boolean
Retrieves or sets a value indicating whether the user will be able to drag the column.

TypeDescription
Boolean A boolean expression indicating whether the user is able to drag the column.

By default, the AllowDragging property is True. The AllowDragging property specifies whether the user can click the control's header and drag it to another position. Use the AllowSizing property to specify whether the user can resize the column at runtime. Use the Position property to change pragmatically the column's position. Use the AllowSort property to avoid sorting a column when the user clicks the column's header.