TreeListBandCollection.CreateBand() Method
In This Article
Create a new instance of the TreeListBandCollection class with default settings.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
[Browsable(false)]
public virtual TreeListBand CreateBand()
#Returns
Type | Description |
---|---|
Tree |
An object that specifies the created band. |
See Also