Skip to main content
A newer version of this page is available. .

TreeListBand.HasChildren Property

Gets whether the current band has child bands.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[Browsable(false)]
public bool HasChildren { get; }

Property Value

Type Description
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