TcxTreeListOptionsView Properties
Stores Tree List control appearance settings.| 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 the 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 if drop node indicators are visible during a drag-and-drop operation. |
| DynamicFocusedStateImages | Specifies whether state images are displayed for focused nodes only. |
| DynamicIndent | Specifies if 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 if the focused node is marked by the focus rectangle. |
| Footer | Specifies the visibility of the footer within the TreeList control. |
| GridLineColor | Specifies the grid line color. |
| GridLines | Specifies if grid lines are visible in the Tree List control. |
| GroupFooters | Specifies the visibility of group footers. |
| HeaderAutoHeight | Specifies if the height of band rows automatically adjusts to display column header captions in full within the Tree List 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 how the Tree List 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 that connect root nodes. |
| SimpleCustomizeBox | Specifies the appearance of the customization form. |
| TreeLineColor | Specifies the color of expand buttons and tree lines that connect nodes. |
| TreeLineStyle | Specifies the line pattern for expand buttons and tree lines that connect 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. |
See Also