TcxPivotGridOptionsView.GridLineColor Property
Specifies the color of gridlines.
Declaration
property GridLineColor: TColor read; write; default clDefault;
Property Value
Type | Default |
---|---|
TColor | clDefault |
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