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.GridLines Property

Specifies which grid lines are visible.

#Declaration

Delphi
property GridLines: TcxvgGridLines read; write; default vglBoth;

#Property Value

Type Default
TcxvgGridLines vglBoth

#Remarks

Use this property to hide all or only specific grid lines. Options include:

Value Description
vglBoth Both horizontal and vertical grid lines are visible.
vglHorizontal Only horizontal grid lines are visible.
vglNone None of the grid lines are visible.
vglVertical Only vertical grid lines are visible.

Use the GridLineColor property to specify the color of the lines.

The default value of the GridLines property is vglBoth.

See Also