Skip to main content

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 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