[]
        
(Showing Draft Content)

C1.Win.List.ListBase.C1ListBase.AllowColMove

AllowColMove Property

AllowColMove

Enables/disables interactive column movement.

Declaration
public bool AllowColMove { get; set; }
Property Value
Type Description
bool

The default value is true.

Remarks

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.