Skip to main content

TreeListBandCollection.CreateBand() Method

Create a new instance of the TreeListBandCollection class with default settings.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

[Browsable(false)]
public virtual TreeListBand CreateBand()

Returns

Type Description
TreeListBand

An object that specifies the created band.

See Also