Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridBandedTableViewStyles Class

Stores the set of styles that manage the appearance of visual elements in a Banded Table View.

#Declaration

Delphi
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:

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.

See Also