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

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
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