Member Table: Nested Bands
Member | Description |
---|---|
TcxTreeListBandPosition.BandIndex and TcxTreeListBand.MoveBand | Nest a band within a specified band. |
TcxTreeListBand.ParentBand and TcxTreeListBandPosition.ParentBand | Provide access to the band’s immediate parent band. |
TcxTreeListBand.RootParentBand | Provides access to a band’s root parent band. |
TcxTreeListBand.HasAsParent | Determines whether a band is a child of a specified band. |
TcxTreeListBand.ChildBands | Provides indexed access to child bands. |
TcxCustomTreeList.MakeDefaultLayout | Removes all bands, creates a new band and moves all columns to this band. |
See Also