TcxTreeListStyles.BandBackground Property
Specifies the style for the bands’ background.
Declaration
property BandBackground: TcxStyle index tlsv_BandBackground read; write;
Property Value
Type |
---|
TcxStyle |
Remarks
This property allows you to define the style for the bands’ background. It is possible to override these settings on the fly by handling the OnGetBandBackgroundStyle event.
See Also