Skip to main content
A newer version of this page is available. .

TreeListBandCollection.CreateBand() Method

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

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

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

Returns

Type Description
TreeListBand

An object that specifies the created band.

See Also