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 Class

A View that groups columns into bands.

#Declaration

Delphi
TcxGridBandedTableView = class(
    TcxGridTableView
)

#Remarks

This View displays data in a banded table. Bands allow users to group columns that contain information related to a specific category.

A Banded Table View

TcxGridBandedTableView is based on the TcxGridTableView and inherits its base features to manage data.

A Banded View works in unbound mode. You can use the following Views to display data in bound or server modes:

Each column in the View should be associated with a band since the View cannot display columns that do not have a parent band. All columns initially belong to a band with an empty caption. You can name this band and leave columns under it or add more bands, and associate columns with them.

You can also specify a parent band for a band to group multiple related bands.

Refer to the following guidance for information on how to configure bands and columns: Banded Table View Tutorial.

#Main API Members

You can use this class’s members to manage the View’s layout, appearance, and behavior as follows:

See Also