Back to Devexpress

TreeListControl.Bands Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistcontrol-2356bf07.md

latest1.5 KB
Original Source

TreeListControl.Bands Property

Provides access to the treelist’s band collection.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ObservableCollectionCore<TreeListControlBand> Bands { get; }
vb
Public ReadOnly Property Bands As ObservableCollectionCore(Of TreeListControlBand)

Property Value

TypeDescription
DevExpress.Xpf.Core.ObservableCollectionCore<TreeListControlBand>

An observable collection of bands within the treelist.

|

Remarks

The TreeList 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.

Note

The Bands and the TreeListControl.Columns properties cannot be set simultaneously.

See Also

TreeListControl Class

TreeListControl Members

DevExpress.Xpf.Grid Namespace