Skip to main content

GridBand.HasChildren Property

Gets a value indicating that the band has child bands.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

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

Property Value

Type Description
Boolean

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

Remarks

Use the GridBand.Children property to access child bands.

See Also