Back to Devexpress

TcxTreeListBand Class

vcl-cxtl-6d1b1782.md

latest2.8 KB
Original Source

TcxTreeListBand Class

A band within a TreeList control.

Declaration

delphi
TcxTreeListBand = class(
    TcxInterfacedCollectionItem,
    IcxDragSizing,
    IcxStoredObject,
    IdxAutomationElement
)

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.

Implements

IcxDragSizing

IcxStoredObject

Inheritance

TObject TPersistent TCollectionItem TcxInterfacedCollectionItem TcxTreeListBand

See Also

TcxTreeListBand Members

cxTL Unit