TcxTreeListStyles Class
Stores Tree List control style settings.
Declaration
TcxTreeListStyles = class(
TcxCustomControlStyles
)
Remarks
This class declares properties allowing you to customize the appearance of the tree list elements. You can specify the style settings for:
The TreeList control (see Background) and its bands background (see BandBackground).
Column headers (see ColumnHeader) and column footer cells (see ColumnFooter).
The control’s footer (see Footer).
Preview sections (see Preview).
Even and odd nodes (see ContentEven and ContentOdd).
The control’s navigator (Navigator and NavigatorInfoPanel).
The control’s Find Panel (FindPanel and SearchResultHighlight).
The control’s filter panel (FilterBox).
Inheritance
See Also