Skip to main content

TcxPivotGridOptionsCustomize.Moving Property

Specifies whether fields can be dragged by end-users or not.

Declaration

property Moving: Boolean index 2 read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set the Moving property to False, to prevent end-users from repositioning fields in the pivot grid or from moving fields from the pivot grid to the customization form. Note: moving a field from the customization form to the pivot grid doesn’t depend on this option.

Note

the TcxPivotGridFieldOptions.Moving property specifies moving availability for a specific field. And the TcxPivotGridOptionsDataField.Moving property specifies moving availability for the data field anchor. If values of the Moving property and the two latter options are opposite, the value of False has a priority.

The default value of the Moving property is True.

See Also