TcxTreeListBandRows Class
Declaration
TcxTreeListBandRows = class(
TObject
)
Remarks
This class introduces the properties that allow you to access the following information:
Rows contained within the collection (Items, VisibleItems, First, and Last).
Band associated with band rows in the collection (Band).
Combined row height and width of all band rows (LineCount, RowMinWidth, and RowMaxWidth).
A band’s BandRows property and a band row’s BandRows property reference a TcxTreeListBandRows object.
Inheritance
TObject
TcxTreeListBandRows
See Also