Skip to main content
A newer version of this page is available. .

Nested Bands

Each band can own a collection of child bands, thus building a hierarchical band structure. Moving a band within the hierarchy or changing its visibility affects all its child bands and their columns. This allows users to easily customize band/column layout, while keeping related bands and columns together.

In a nested band layout, only bottom bands contain columns. Moving a bottom band higher within a hierarchy automatically moves its columns to the first visible child bottom band.

Use a band’s Position.BandIndex property to specify the parent band. End-users can change band nesting by moving band headers using drag and drop. To prohibit these operations, set the TreeList control’s OptionsCustomizing.NestedBands property to False.

End-User Capabilities

Reordering Bands and Columns

Member Table

Member Table: Nested Bands

See Also