TcxTreeListColumnStyles Class
Contains a column’s style settings.
Declaration
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.
Inheritance
See Also