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

TcxTreeListBandRow Class

Represents a band‘s row displaying column headers.

#Declaration

Delphi
TcxTreeListBandRow = class(
    TObject
)

#Remarks

In the TreeList control, columns can be arranged into multiple rows. Visually, a band’s row is represented by a number of column headers that correspond to the band’s columns arranged within this row.

If a band is nested within the TreeList control, a band row is associated with this band only if the band is positioned at the bottom of the band hierarchy.

Each band row represents a TcxTreeListBandRow instance that allows you to access the following information:

#Inheritance

TObject
TcxTreeListBandRow
See Also