TcxTreeListBand.ParentBand Property
In This Article
Provides access to the band’s immediate parent.
#Declaration
Delphi
property ParentBand: TcxTreeListBand read;
#Property Value
Type |
---|
Tcx |
#Remarks
Use this property to access the band’s parent. The ParentBand property returns nil if the band is at the root level. You can use the Position.BandIndex property to assign a parent for the band.
See Also