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

TcxPivotGridOptionsCustomize.Moving Property

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

#Declaration

Delphi
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