Back to Devexpress

TcxCustomGridTableItemOptions.Moving Property

vcl-cxgridcustomtableview-dot-tcxcustomgridtableitemoptions-46195be7.md

latest1.8 KB
Original Source

TcxCustomGridTableItemOptions.Moving Property

Specifies if end-users can move an item (column) in Table Views and Banded Table Views.

Declaration

delphi
property Moving: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

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

TcxCustomGridTableItem.VisibleIndex

TcxCustomGridTableItemOptions.Grouping

TcxCustomGridTableOptionsCustomize.ItemGrouping

TcxGridTableOptionsCustomize.ColumnMoving

TcxCustomGridTableItemOptions Class

TcxCustomGridTableItemOptions Members

cxGridCustomTableView Unit