Skip to main content

TcxGridTableOptionsView.GridLines Property

Specifies whether grid lines are visible.

Declaration

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