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

TcxGridChartToolBox.CustomizeButton Property

Specifies whether the chart customization button is displayed in the chart toolbox.

#Declaration

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

#Property Value

Type Default Description
Boolean False

True if the chart customization button is visible; otherwise, False.

#Remarks

Set the CustomizeButton property to True to display the chart customization button in the chart toolbox. End-users can click this button to invoke or hide the customization form.

VCL Data Grid: A Customization Button

The CustomizeButton property’s default value is False.

See Also