TdxCustomTableControlReportLinkOptionsView.ExpandButtons Property
In This Article
Specifies whether expand buttons are displayed in a report.
#Declaration
Delphi
property ExpandButtons: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set the ExpandButtons property to True to display expand buttons in a report. Otherwise, the expand buttons won’t be displayed.
The ExpandButtons property’s default value is True.
See Also