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.DataGroupHiding Property

Specifies the manner in which end-users can hide data groups in a chart toolbox.

#Declaration

Delphi
property DataGroupHiding: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

When this property is set to False, end-users can temporarily hide data groups and their corresponding data levels by dragging data group headers from a chart toolbox to the customization form. Otherwise, end-users can hide data groups and data levels in this manner even if the customization form is not displayed.

The default value of the DataGroupHiding property is False.

See Also