TdxGridReportLinkOptionsView.Caption Property
Determines whether the current grid level caption is displayed within the report.
Declaration
property Caption: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the Caption property to determine whether the current grid level caption is drawn in the report. If this property value is True, the grid level caption is drawn in the report.
Note
If the grid level caption is empty, the grid level caption panel will also be empty.
The default value of the Caption property is True.
See Also