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

TcxTreeListColumnStyles Class

Contains a column’s style settings.

#Declaration

Delphi
TcxTreeListColumnStyles = class(
    TcxEditContainerStyles
)

#Remarks

A TcxTreeListColumnStyles class instance is exposed via a column’s Styles property. Use properties of this class to define the style settings of the column header, content and footer.

You can also define the styles of the column header and footer by handling the OnGetColumnHeaderStyle and OnGetColumnFooterStyle events.

See Also