Back to Devexpress

GridBand.HasChildren Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-gridband-aa1acca4.md

latest1.7 KB
Original Source

GridBand.HasChildren Property

Gets a value indicating that the band has child bands.

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
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

Children

ParentBand

RootBand

GridBand Class

GridBand Members

DevExpress.XtraGrid.Views.BandedGrid Namespace