TcxTreeListOptionsView.PaintStyle Property
In This Article
Specifies how the Tree List control displays data.
#Declaration
Delphi
property PaintStyle: TcxTreeListPaintStyle read; write; default tlpsStandard;
#Property Value
Type | Default | Description |
---|---|---|
Tcx |
tlps |
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 Categorized | ||
Standard paint style. All nodes display their data cells arranged into columns. The Categorized |
The PaintStyle
property’s default value is tlpsStandard.
See Also