TcxPivotGridOptionsView.GridLineColor Property
In This Article
Specifies the color of gridlines.
#Declaration
Delphi
property GridLineColor: TColor read; write; default clDefault;
#Property Value
Type | Default |
---|---|
TColor | cl |
#Remarks
Use the GridLines property to specify the gridline style for the pivot grid.
The default value of the GridLineColor property is clDefault.
See Also