TcxTreeListOptionsView.GridLines Property
Specifies if grid lines are visible in the Tree List control.
Declaration
property GridLines: TcxTreeListGridLines read; write; default tlglNone;
Property Value
| Type | Default | Description |
|---|---|---|
| TcxTreeListGridLines | tlglNone | The active grid line visibility mode. |
Remarks
You can use the GridLineColor property to change the grid line color.
Available Options
| Value | Description |
|---|---|
| tlglNone | All grid lines are hidden. |
| tlglHorz | Only horizontal grid lines are visible. |
| tlglVert | Only vertical grid lines are visible. |
| tlglBoth | All grid lines are visible. |
Default Value
The GridLines property’s default value is tlglNone.
See Also