Skip to main content

TcxTreeListStyles.BandContent Property

Specifies the style for the bands’ content.

Declaration

property BandContent: TcxStyle index tlsv_BandContent read; write;

Property Value

Type
TcxStyle

Remarks

Use this property to define the style settings common to the content of all bands within the control. You can override these style settings at the band level via the Content property of the desired band. In addition, you can override these settings on the fly by handling the OnGetBandContentStyle event.

See Also