Skip to main content

TcxTreeListBandRow Class

Represents a band‘s row displaying column headers.

Declaration

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