Skip to main content

TcxTreeListBands.ExpandableBand Property

Provides access to the band that displays expand buttons (contains an expandable column).

Declaration

property ExpandableBand: TcxTreeListBand read;

Property Value

Type
TcxTreeListBand

Remarks

If an expandable band is a bottom band, the ExpandableBand property provides access to this band. Otherwise, this property provides access to an expandable band’s first visible bottom child band.

See Also