TcxGridTableOptionsView.GridLines Property
In This Article
Specifies whether grid lines are visible.
#Declaration
Delphi
property GridLines: TcxGridLines read; write; default glBoth;
#Property Value
Type | Default |
---|---|
Tcx |
gl |
#Remarks
Set the GridLines property to select which grid lines are displayed in the View. The possible values are:
Value | Description |
---|---|
gl |
Horizontal and vertical grid lines are visible. |
gl |
Only horizontal grid lines are visible. |
gl |
There are no grid lines. |
gl |
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