Back to Devexpress

TreeListBand.HasChildren Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistband-a6a50e05.md

latest1.6 KB
Original Source

TreeListBand.HasChildren Property

Gets whether the current band has child bands.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public bool HasChildren { get; }
vb
<Browsable(False)>
Public ReadOnly Property HasChildren As Boolean

Property Value

TypeDescription
Boolean

true if the current band contains one or more child bands; otherwise, false.

|

Remarks

The TreeListBand.Bands property provides access to the band’s child bands.

See Also

Bands

HasVisibleChildren

TreeListBand Class

TreeListBand Members

DevExpress.XtraTreeList.Columns Namespace