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

TcxGridChartOptionsCustomize.DataGroupMoving Property

Specifies whether end-users can move and reposition data groups and their corresponding data levels in a Chart View by dragging data group headers.

#Declaration

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

#Property Value

Type Default
Boolean True

#Remarks

Set this property to True to allow end-users to move and reposition data groups in a chart toolbox and the ‘Data Groups’ tab in the customization form by dragging their headers. Setting the DataGroupMoving property to False prohibits end-users from moving data groups and also hides the ‘Data Groups’ tab in the customization form.

The default value of the DataGroupMoving property is True.

See Also