[]
Enables/disables interactive column movement.
public bool AllowColMove { get; set; }
Public Property AllowColMove As Boolean
| Type | Description |
|---|---|
| bool | The default value is true. |
If True (the default), the user can move columns.
If False, the user cannot move columns.
Use the AllowColMove property to control whether the user can move columns by dragging the column header to the desired location. Any change in column order causes a ColMove event.