TcxvgOptionsView.GridLineColor Property
Specifies the color of the lines that separate the cells in the grid control.
Declaration
property GridLineColor: TColor read; write;
Property Value
Type |
---|
TColor |
Remarks
Set the GridLineColor to specify the color of the lines drawn between the cells of the grid control. The grid lines appear when the GridLines property is not set to vglNone.
The default value of the GridLineColor property is specified by the PaintStyle property default value psDotNet.
See Also