Skip to main content
A newer version of this page is available. .

Member Table: Appearance

The following properties apply styles to a tree list, its bands and columns.

Member Description
TcxCustomTreeList.Styles and TcxTreeListStyles.StyleSheet Apply style settings to tree list elements.
TcxTreeListBand.Styles Applies style settings to band elements.
TcxTreeListColumn.Styles Applies style settings to column elements.

The following properties specify styles for all elements of a particular type.

Member Description
TcxTreeListStyles.BandBackground Band backgrounds.
TcxTreeListStyles.BandContent Band contents.
TcxTreeListStyles.BandHeader Band headers.
TcxTreeListStyles.ColumnFooter Column footers.
TcxTreeListStyles.ColumnHeader Column headers.
TcxTreeListStyles.ContentEven Even nodes.
TcxTreeListStyles.ContentOdd Odd nodes.
TcxTreeListStyles.Footer Footer panel.
TcxTreeListStyles.HotTrack Hot-tracked nodes.
TcxTreeListStyles.IncSearch A data cell located by the incremental search.
TcxTreeListStyles.Indicator Indicator column.
TcxTreeListStyles.Preview Node previews.

The following events allow you to specify styles for individual elements.

Member Description
TcxTreeListStyles.OnGetBandBackgroundStyle Band backgrounds.
TcxTreeListStyles.OnGetBandContentStyle Band contents.
TcxTreeListStyles.OnGetBandFooterStyle Band footers.
TcxTreeListStyles.OnGetBandHeaderStyle Band headers.
TcxTreeListStyles.OnGetColumnFooterStyle Column footers.
TcxTreeListStyles.OnGetColumnHeaderStyle Column headers.
TcxTreeListStyles.OnGetContentStyle Data cells.
TcxTreeListStyles.OnGetHotTrackStyle Hot-tracked nodes.
TcxTreeListStyles.OnGetNodeIndentStyle Node indents.
TcxTreeListStyles.OnGetPreviewStyle Node previews.

The following events allow you to custom paint individual elements.

Member Description
TcxCustomTreeList.OnCustomDrawBackgroundCell Tree list background.
TcxCustomTreeList.OnCustomDrawBandCell Band backgrounds.
TcxCustomTreeList.OnCustomDrawBandHeaderCell Band headers.
TcxCustomTreeList.OnCustomDrawDataCell Data cells.
TcxCustomTreeList.OnCustomDrawFooterCell Column footers.
TcxCustomTreeList.OnCustomDrawHeaderCell Column headers.
TcxCustomTreeList.OnCustomDrawIndentCell Node indents.
TcxCustomTreeList.OnCustomDrawIndicatorCell Node indicators.
TcxCustomTreeList.OnCustomDrawPreviewCell Node previews.
See Also