Back to Devexpress

TreeListBandCollection.CreateBand() Method

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistbandcollection-a471af36.md

latest1.4 KB
Original Source

TreeListBandCollection.CreateBand() Method

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

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public virtual TreeListBand CreateBand()
vb
<Browsable(False)>
Public Overridable Function CreateBand As TreeListBand

Returns

TypeDescription
TreeListBand

An object that specifies the created band.

|

See Also

TreeListBandCollection Class

TreeListBandCollection Members

DevExpress.XtraTreeList.Columns Namespace