Skip to main content
A newer version of this page is available. .

TcxGridChartToolBox.CustomizeButton Property

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

Declaration

property CustomizeButton: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this 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.

The default caption of this button (‘Customize Chart’) is determined by the scxGridChartToolBoxCustomizeButtonCaption resource string.

The default value of the CustomizeButton property is False.

See Also