TcxTreeListBand.ParentBand Property
Provides access to the band’s immediate parent.
Declaration
property ParentBand: TcxTreeListBand read;
Property Value
Type |
---|
TcxTreeListBand |
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