TcxPivotGridOptionsCustomize.Moving Property
In This Article
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 Tcx
The default value of the Moving property is True.
See Also