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

TcxGridBandedTableView.Styles Property

Provides access to styles that define the appearance of grid View elements.

#Declaration

Delphi
property Styles: TcxGridBandedTableViewStyles read; write;

#Property Value

Type
TcxGridBandedTableViewStyles

#Remarks

Use the Styles property to access the set of styles defining the appearance of elements of a View. This set is expanded for more specialized types of Views as the Styles property is redefined by TcxCustomGridView descendants. In the base class, the Styles set includes a style defining the appearance of the current View background. In this class the styles collection contains the styles of its parent class and adds it’s own styles for band headers and the band background.

See Also