Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxvgOptionsView.GridLineColor Property

Specifies the color of the lines that separate the cells in the grid control.

#Declaration

Delphi
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