TcxTreeListBandStyles.HeaderBackground Property
Specifies the background of the band’s header.
Declaration
property HeaderBackground: TcxStyle index tlbs_HeaderBackground read; write;
Property Value
Type |
---|
TcxStyle |
Remarks
The HeaderBackground property allows you to define the background of the band’s header. It is possible to redefine the style by handling the OnGetBandBackgroundStyle event.
See Also