Skip to main content

TcxCustomGridTableOptionsCustomize.ItemMoving Property

Enables runtime moving of View items.

Declaration

property ItemMoving: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use this property to control if end-users can move grid items within the View. This property also affects runtime grouping, item customization, and item reordering within the View’s Quick Column Customization dropdown. If the ItemMoving property is set to False, then these operations can be performed only in code.

The default value of the ItemMoving property is True.

See Also