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

TreeListControlBand Class

The treelist band.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public class TreeListControlBand :
    BandBase

Remarks

Treelist bands allow you to create a multi-row data cell layout.

Bands are stored within the treelist’s TreeListControl.Bands collection or within a band’s TreeListControlBand.Bands collection.

See Also