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.PaintStyle Property

Specifies how the Tree List control displays data.

#Declaration

Delphi
property PaintStyle: TcxTreeListPaintStyle read; write; default tlpsStandard;

#Property Value

Type Default Description
TcxTreeListPaintStyle tlpsStandard

The current data display style.

#Remarks

Options include:

Value

Description

Example

tlpsCategorized

Categorized paint style. Group nodes display category values provided by a categorized column.

Use the CategorizedColumn property to specify the categorized column. If this property is not assigned, the first visible column is used as a categorized column.

Categorized Paint Style

tlpsStandard

Standard paint style. All nodes display their data cells arranged into columns.

The CategorizedColumn property value is ignored.

Standard Paint Style

The PaintStyle property’s default value is tlpsStandard.

See Also