Skip to main content

TcxTreeListOptionsView.PaintStyle Property

Specifies the manner in which the TreeList control displays data.

Declaration

property PaintStyle: TcxTreeListPaintStyle read; write; default tlpsStandard;

Property Value

Type Default
TcxTreeListPaintStyle tlpsStandard

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 default value of the PaintStyle property is tlpsStandard.

See Also