TdxGridReportLinkOptionsView.BandHeaders Property
In This Article
Determines whether band headers are drawn in the view.
#Declaration
Delphi
property BandHeaders; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Use the BandHeaders property to specify whether band headers are drawn in the report.
The default value of the BandHeaders property is True.
See Also