vcl-cxtl-3ddd0269.md
Stores Tree List control appearance settings.
TcxTreeListOptionsView = class(
TcxControlOptionsView
)
This class extends its ancestor with members that allow you to customize the visibility and appearance of the following TreeList elements:
Nodes (CategorizedColumn, PaintStyle, UseImageIndexForSelected, and UseNodeColorForIndent).
Node indicatro (Indicator, IndicatorWidth, ExtPaintStyle, and DropNodeIndicator).
Node check groups (CheckGroups).
Band headers (Bands and ExtPaintStyle).
Band header panel (BandLineHeight).
Column headers (ColumnAutoWidth, ExtPaintStyle, andHeaderAutoHeight).
Footer (Footer).
Group footers (GroupFooters).
Fixed band separators (FixedSeparatorColor and FixedSeparatorWidth).
Tree and grid lines (ShowRoot, TreeLineColor, TreeLineStyle, GridLines, and GridLineColor).
Expand buttons (Buttons, ShowRoot, TreeLineColor, and TreeLineStyle).
Filter buttons (ShowColumnFilterButtons and HeaderFilterButtonShowMode).
In-place editor in eahEditor sizing mode (EditAutoHeightBorderColor).
Customization form (SimpleCustomizeBox).
You can call the RestoreDefaults procedure to restore default Tree List control appearance settings.
The TcxCustomTreeList.OptionsView property references a TcxTreeListOptionsView object.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxControlOptions TcxControlOptionsView TcxTreeListOptionsView
See Also