TcxVerticalGridReportLinkOptionsView.ExpandButtons Property
Specifies whether or not expand buttons are displayed within a report.
Declaration
property ExpandButtons: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the ExpandButtons property to specify the expand buttons visibility within a report. The expand buttons are visible if this properties value is True.
The default value of the ExpandButtons property is True.
See Also