Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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