TdxCustomReportLinkOptionsFormatting.GridLineColor Property
In This Article
Specifies the color of the grid lines (if any) within a report.
#Declaration
Delphi
property GridLineColor: TColor read; write; default clDefault;
#Property Value
Type | Default |
---|---|
TColor | cl |
#Remarks
Use the GridLineColor property to specify the color of the grid lines within a report. This property overrides the control’s OptionsView.GridLineColor property.
The GridLineColor property’s default value is clDefault.
See Also