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

TcxPivotGridOptionsDataField.Moving Property

Specifies whether the data field anchor can be dragged by an end-user.

#Declaration

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

#Property Value

Type Default
Boolean True

#Remarks

An end-user can drag the data field anchor to change its position among other fields in the drop area or change its drop location (see the TcxPivotGridOptionsDataField.AreaIndex and TcxPivotGridOptionsDataField.Area property, respectively).

Set the Moving property to True, to allow the data field anchor to be dragged by an end-user.

Note

the Moving property specifies moving availability for the data field anchor only. To specify it for all fields, which are available in the pivot grid (and the data field anchor included), use the TcxPivotGridOptionsCustomize.Moving property.

The default value of the Moving property is True.

See Also