Skip to main content

TcxPivotGridOptionsDataField.Moving Property

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

Declaration

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