TcxGridBandedTableViewStyles Class
Stores the set of styles that manage the appearance of visual elements in a Banded Table View.
Declaration
TcxGridBandedTableViewStyles = class(
TcxGridTableViewStyles
)
Remarks
In addition to the settings inherited from the base TcxGridTableViewStyles class, the TcxGridBandedTableViewStyles
class introduces members that allow you to specify and dynamically customize style attributes for:
Band background (BandBackground).
Band headers (the BandHeader property and the OnGetBandHeaderStyle event).
To apply style settings to a Banded Table View, use the View’s Styles property.
You can specify the default appearance of all bands via the View’s Styles and then redefine style settings for each individual band via its Styles property.
Inheritance
See Also