TcxTreeListOptionsView Class
Stores Tree List control appearance settings.
Declaration
TcxTreeListOptionsView = class(
TcxControlOptionsView
)
Remarks
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, and HeaderAutoHeight).
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.
Direct TcxTreeListOptionsView Class Reference
The TcxCustomTreeList.OptionsView property references a TcxTreeListOptionsView
object.