TcxTreeListBandPosition.ParentBand Property
Provides access to the immediate parent band that displays the current band.
Declaration
property ParentBand: TcxTreeListBand read;
Property Value
| Type |
|---|
| TcxTreeListBand |
Remarks
For root bands, this property returns nil.
To specify the parent band, use the BandIndex property.
See Also