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

TcxGridBands Class

Represents the bands collection of a specific Banded Table View.

#Declaration

#Remarks

A Banded Table View structure is based on bands. A band is an object containing columns according to the user’s needs. All bands within a View can be accessed via the GridBandedTableView.Bands property. This property identifies an instance of the TcxGridBands class whose Items property indexes the current View bands.

Columns to be displayed within a Banded Table View must be assigned to an existing band.

See Also