TcxTreeListBands.ExpandableBand Property
Provides access to the band that displays expand buttons (that is, contains an expandable column).
Declaration
property ExpandableBand: TcxTreeListBand read;
Property Value
Type | Description |
---|---|
TcxTreeListBand | The band with an expandable column. |
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