TreeListBandCollection.TreeList Property
In This Article
Gets a TreeList object that owns the current collection.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
#Property Value
Type | Description |
---|---|
Tree |
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