| C1.Win.C1List.4 Assembly > C1.Win.C1List.ListBase Namespace > C1ListBase Class : AllowColMove Property |
'Declaration Public Property AllowColMove As System.Boolean
public System.bool AllowColMove {get; set;}
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.