TcxGridChartToolBox.CustomizeButton Property
In This Article
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 |
|
#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