Skip to main content

TcxTreeListOptionsView Members

Stores a TreeList control’s appearance settings.

Constructors

Name Description
Create(TPersistent) Creates a new TcxOwnedPersistent class descendant instance. Inherited from TcxOwnedPersistent.

Properties

Name Description
BandLineHeight Specifies the line height of the band header panel, in pixels.
Bands Specifies if band headers are visible within the TreeList control.
Buttons Specifies the visibility of expand buttons within TreeList parent nodes.
CategorizedColumn Specifies a categorized column.
CellAutoHeight Determines whether the cell height (while the width is fixed) is automatically calculated to accommodate its contents. Inherited from TcxControlOptionsView.
CellEndEllipsis Determines whether to clip cell text with the ellipsis. Inherited from TcxControlOptionsView.
CellTextMaxLineCount Determines the maximum number of text lines for cells when in CellAutoHeight mode. Inherited from TcxControlOptionsView.
CheckGroups Specifies whether check boxes or radio buttons can be used in nodes.
ColumnAutoWidth Determines whether column widths are automatically adjusted to display all data cells without using the horizontal scrollbar.
DropArrowColor Specifies the color of arrows indicating a band or column header‘s potential position during drag operations.
DropNodeIndicator Specifies the visibility of indicators that assist end-users during drag-and-drop operations.
DynamicFocusedStateImages Specifies whether state images are displayed for focused nodes only.
DynamicIndent Specifies whether node image widths affect indents for expand buttons and tree lines.
EditAutoHeightBorderColor Specifies the border color of the multi-line in-place editor displayed in eahEditor sizing mode.
EditingControl protected Inherited from TcxControlOptions.
ExtPaintStyle Specifies the manner in which band and column headers and node indicator are displayed when the UltraFlat style is applied to the TreeList control.
FixedSeparatorColor Specifies the color of fixed band separators.
FixedSeparatorWidth Specifies the width of the fixed band separators, in pixels.
FocusRect Specifies whether the focus rectangle is displayed around the currently focused node.
Footer Specifies the visibility of the footer within the TreeList control.
GridLineColor Specifies the grid line color.
GridLines Specifies the visibility of grid lines within the TreeList control.
GroupFooters Specifies the visibility of group footers.
HeaderAutoHeight Specifies whether the height of band rows is automatically adjusted to completely display column header captions within the TreeList control.
HeaderFilterButtonShowMode
Headers Specifies the visibility of column headers within the TreeList control.
Indicator Specifies the visibility of the node indicator.
IndicatorWidth Specifies the node indicator‘s width, in pixels.
IsIndicatorVisible Determines whether the node indicator is visible within the TreeList control.
NavigatorOffset Specifies the distance (in pixels) between the editing control’s navigator and the horizontal scrollbar. Inherited from TcxControlOptionsView.
Owner protected Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
PaintStyle Specifies the manner in which the TreeList control displays data.
ScrollBars Specifies scrollbars to display within a DevExpress control. Inherited from TcxControlOptionsView.
ShowColumnFilterButtons
ShowEditButtons Specifies the manner in which editor buttons are displayed within cells. Inherited from TcxControlOptionsView.
ShowRoot Specifies the visibility of expand buttons and tree lines linking root level nodes.
SimpleCustomizeBox Specifies the appearance of the customization form.
TreeLineColor Specifies the color of expand buttons and tree lines displayed between nodes.
TreeLineStyle Specifies the paint style of expand buttons and tree lines displayed between nodes.
UseImageIndexForSelected Specifies which images are displayed for selected nodes.
UseNodeColorForIndent Specifies whether a node’s indent cell is painted using the node’s background color.

Methods

Name Description
_AddRef protected The reference counter increment function of the interfaced property set. Inherited from TcxOwnedInterfacedPersistent.
_Release protected The reference counter decrement function of the interfaced property set. Inherited from TcxOwnedInterfacedPersistent.
Assign(TPersistent) Updates the persistent information from the specified source. Inherited from TcxOwnedPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
DoAssign(TPersistent) protected Updates the persistent information container’s class-specific properties with the corresponding values obtained from another persistent information container. Inherited from TcxOwnedPersistent.
Equals(TObject) Inherited from TObject.
GetCategorizedColumn Returns the column that is used as a categorized column.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner protected Returns the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
QueryInterface(TGUID,Untyped) protected Provides access to the implementation of the specified interface if the current persistent property set or information container supports it. Inherited from TcxOwnedInterfacedPersistent.
RestoreDefaults Restores default option settings within the current option set.
ToString Inherited from TObject.
See Also