GridBand.HasChildren Property
Gets a value indicating that the band has child bands.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
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