TcxTreeListBand.RootParentBand Property
Provides access to the root band that nests the current band.
Declaration
property RootParentBand: TcxTreeListBand read;
Property Value
Type |
---|
TcxTreeListBand |
Remarks
If a band is nested, this property iterates all parent bands to return the root band to which the band corresponds. For root bands, the RootParentBand
property returns nil
(in Delphi) or nullptr
(in C++Builder).
See Also