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:
Columns arranged within the row (Items, VisibleItems, First, and Last).
Column position within the row (IndexOf).
Band associated with the band row (Band).
Band row collection that contains all rows associated with a certain band (BandRows).
Band row’s attributes:
Position within the band row collection (Index, IsFirst, and IsLast).
Vertical position within the column header panel (VisibleIndex and LineOffset).
Height (LineCount).