Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TreeListBandCollection(TreeListBand, TreeList) Constructor

Initializes a new instance of a TreeListBandCollection class.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v24.2.dll

#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