TcxPivotGridOptionsView.GridLines Property
Specifies the gridline style for the pivot grid.
Declaration
property GridLines: TcxPivotGridLines read; write; default pglBoth;
Property Value
Type | Default |
---|---|
TcxPivotGridLines | pglBoth |
Remarks
Use the GridLineColor to specify the color of gridlines.
The default value of the GridLines property is pglBoth.
See Also