Back to Devexpress

TreeListControlBand Class

wpf-devexpress-dot-xpf-dot-grid-3c2db952.md

latest1.7 KB
Original Source

TreeListControlBand Class

The treelist band.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class TreeListControlBand :
    BandBase
vb
Public Class TreeListControlBand
    Inherits 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.

Inheritance

Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement BaseColumn BandBase TreeListControlBand

See Also

TreeListControlBand Members

DevExpress.Xpf.Grid Namespace