Back to Devexpress

TreeListBandCollection.TreeList Property

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

latest1.5 KB
Original Source

TreeListBandCollection.TreeList Property

Gets a TreeList object that owns the current collection.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public TreeList TreeList { get; }
vb
Public ReadOnly Property TreeList As TreeList

Property Value

TypeDescription
TreeList

An object owning the current collection.

|

Remarks

This property value is initialized in the constructor.

If the current band collection belongs to a band, the TreeList property is set to null ( Nothing in Visual Basic).

See Also

TreeListBandCollection Class

TreeListBandCollection Members

DevExpress.XtraTreeList.Columns Namespace