Skip to main content

TcxTreeListBand Class

A band within a TreeList control.

Declaration

TcxTreeListBand = class(
    TcxInterfacedCollectionItem,
    IcxDragSizing,
    IcxStoredObject
)

Remarks

This class extends its ancestor with members that allow you to:

A TreeList control’s Bands collection provides indexed access to all created bands. To access only the currently visible bands, use the Bands.VisibleItems property.

See Also