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