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