Skip to main content

TcxTreeListBandStyles.Content Property

Specifies the style for the band’s content.

Declaration

property Content: TcxStyle index tlbs_Content read; write;

Property Value

Type
TcxStyle

Remarks

The Content property allows you to define the style (font, background color) of all cells within the control. It is possible to redefine the style for particular cells by handling the OnGetContentStyle event.

Additionally, you can specify the style settings of the band header and footer using the Header and Footer properties.

See Also