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

TreeListControlBandsLayout.Bands Property

Provides access to the treelist’s band collection.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public ObservableCollectionCore<TreeListControlBand> Bands { get; }

Property Value

Type Description
DevExpress.Xpf.Core.ObservableCollectionCore<TreeListControlBand>

An observable collection of bands within the treelist.

Remarks

The grid stores its bands within the Bands collection. This collection provides methods that allow you to add new and remove existing bands. Individual bands are represented by TreeListControlBand objects, and can be accessed using indexed notation.

See Also