TreeListBandCollection(TreeListBand) Constructor
Initializes a new instance of the TreeListBandCollection class.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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. |
Remarks
This constructor is automatically called to initialize the TreeListBand.Bands property. Generally, you will not need to use it in your applications.
See Also