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