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

TcxGridTableOptionsView.GridLines Property

Specifies whether grid lines are visible.

#Declaration

Delphi
property GridLines: TcxGridLines read; write; default glBoth;

#Property Value

Type Default
TcxGridLines glBoth

#Remarks

Set the GridLines property to select which grid lines are displayed in the View. The possible values are:

Value Description
glBoth Horizontal and vertical grid lines are visible.
glHorizontal Only horizontal grid lines are visible.
glNone There are no grid lines.
glVertical 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 glBoth.

See Also