Skip to main content

TreeListControlBand Class

The treelist band.

Namespace: DevExpress.Xpf.Grid

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

#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