Skip to main content

TcxGridBandedTableViewStyles.BandBackground Property

The View level style for band backgrounds.

Declaration

property BandBackground: TcxStyle index vsBandBackground read; write;

Property Value

Type
TcxStyle

Remarks

The BandBackground property allows you to specify the style (font settings and the background color or bitmap) for all band backgrounds in a Banded Table View.

You can override this style for an individual band by setting it’s Styles.Background property.

See Also