Back to Devexpress

TcxGridChartToolBox.CustomizeButton Property

vcl-cxgridchartview-dot-tcxgridcharttoolbox.md

latest1.1 KB
Original Source

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

TypeDefaultDescription
BooleanFalse

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.

The CustomizeButton property’s default value is False.

See Also

TcxGridChartToolBox Class

TcxGridChartToolBox Members

cxGridChartView Unit