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

TcxGridBandedColumnStyles Class

Stores styles that define the appearance of banded column elements.

#Declaration

Delphi
TcxGridBandedColumnStyles = class(
    TcxGridColumnStyles
)

#Remarks

The TcxGridBandedColumnStyles class defines a number of properties and events allowing you to specify the appearance of the column’s content region, header and footer panels. By handling styles events, it is possible to define different styles for individual records. To set the styles of the banded column, see the TcxGridBandedColumn.Styles property.

You can define the default appearance of banded columns via the View’s Styles and the band’s Styles objects followed by redefining styles for individual columns as necessary.

See Also