TcxTreeListBands Class
Represents a band collection.
Declaration
TcxTreeListBands = class(
TCollection,
IcxStoredObject,
IcxStoredParent
)
Remarks
This class introduces members that allow you to do the following:
Add bands to the collection (Add).
Restore band widths and default values of band settings (RestoreWidths and RestoreDefaults).
Access individual bands (BottomItems, Items, RootItems, FirstVisible, LastVisible, VisibleItems, and VisibleRootItems).
Determine the number of:
Bands at a certain level of the band hierarchy (BottomItemCount, RootItemCount, VisibleItemCount, and VisibleRootItemCount).
Bands that are fixed (VisibleLeftFixedCount, VisibleRightFixedCount, VisibleRootLeftFixedCount, and VisibleRootRightFixedCount).
Rows occupied by band and column headers (LineCount and ColumnsLineCount).
A TreeList control’s Bands property and a band’s Bands property reference a TcxTreeListBands object.