TdxCustomReportLinkOptionsFormatting.GridLineColor Property
Specifies the color of the grid lines (if any) within a report.
Declaration
property GridLineColor: TColor read; write; default clDefault;
Property Value
Type | Default |
---|---|
TColor | clDefault |
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