C1.Win.List.ListBase Namespace / C1ListBase Class / AllowColMove Property

In This Topic
AllowColMove Property (C1ListBase)
In This Topic
Enables/disables interactive column movement.
Syntax
'Declaration
 
Public Property AllowColMove As Boolean
 

Property Value

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.

See Also