TreeListBandCollection(TreeListBand, TreeList) Constructor
In This Article
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 |
---|---|---|
owner |
Tree |
A Tree |
tree |
Tree |
A Tree |
#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