Back to Devexpress

TreeListBandCollection.OwnerBand Property

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

latest1.6 KB
Original Source

TreeListBandCollection.OwnerBand Property

Gets a band 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
[Browsable(false)]
public TreeListBand OwnerBand { get; }
vb
<Browsable(False)>
Public ReadOnly Property OwnerBand As TreeListBand

Property Value

TypeDescription
TreeListBand

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

TreeListBandCollection Class

TreeListBandCollection Members

DevExpress.XtraTreeList.Columns Namespace