Skip to main content

TcxGridBandedTableViewStyles Class

Represents a set of styles that manage the appearance of visual elements in Banded Table Views.

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:

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