TcxTreeListStyles.BandBackground Property
In This Article
Specifies the style for the bands’ background.
#Declaration
Delphi
property BandBackground: TcxStyle index tlsv_BandBackground read; write;
#Property Value
Type |
---|
Tcx |
#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