TcxTreeListOptionsView.PaintStyle Property
Specifies how the Tree List control displays data.
Declaration
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 |
|---|---|---|
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. |
| |
Standard paint style. All nodes display their data cells arranged into columns. The CategorizedColumn property value is ignored. |
|
The PaintStyle property’s default value is tlpsStandard.
See Also

