Skip to main content

TreeListBandCollection(TreeListBand, TreeList) Constructor

Initializes a new instance of a TreeListBandCollection class.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public TreeListBandCollection(
    TreeListBand ownerBand,
    TreeList treeList
)

Parameters

Name Type Description
ownerBand TreeListBand

A TreeListBand object that will own the created band collection. This value is assigned to the TreeListBandCollection.OwnerBand property.

treeList TreeList

A TreeList object that will own the created band collection. This value is assigned to the TreeListBandCollection.TreeList property.

Remarks

This constructor is automatically called to initialize the TreeList.Bands and TreeListBand.Bands properties. Generally, you will not need to use it in your applications.

See Also