Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListStyles Events

Stores Tree List control style settings.
Name Description
OnGetBandBackgroundStyle Occurs whenever the band’s background needs repainting.
OnGetBandContentStyle Occurs for each node within a band whenever the band’s contents need repainting.
OnGetBandFooterStyle Enables you to customize the style settings of band footers.
OnGetBandHeaderStyle Occurs whenever a band header needs repainting.
OnGetColumnFooterStyle Occurs whenever a column’s footer cell needs repainting.
OnGetColumnHeaderStyle Occurs whenever a column header needs repainting.
OnGetContentStyle Allows you to apply different styles to data cells.
OnGetHotTrackStyle Allows you to apply different styles to individual hot-tracked nodes.
OnGetNodeIndentStyle Occurs whenever the node’s indent needs repainting.
OnGetPreviewStyle Occurs whenever the node preview section needs repainting.
See Also