TcxCustomGridTableItemOptions.Moving Property
Specifies if end-users can move an item (column) in Table Views and Banded Table Views.
Declaration
property Moving: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use this property to specify whether a column can be moved either within the View or to the group panel. Set the property to False to prohibit end-users from moving the column using drag and drop.
Other restrictions on moving the column are imposed by the View’s OptionsCustomize.Grouping property value.
Note
The Moving property enables item movement only if the View’s OptionsCustomize.ItemMoving property is set to True.
The default value of the Moving property is True.
See Also