TreeListBandCollection.OwnerBand Property
In This Article
Gets a band that owns the current collection.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
[Browsable(false)]
public TreeListBand OwnerBand { get; }
#Property Value
Type | Description |
---|---|
Tree |
An object that specifies the band owning the current collection. |
#Remarks
This property value is initialized in the constructor.
If the current band collection belongs to a TreeList object, the OwnerBand property is set to null (Nothing in Visual Basic).
See Also