Skip to main content

GridBandCollection.InsertRoot(GridBand) Method

Adds a band to the collection moving all previous collection elements to this band’s children collection.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public virtual void InsertRoot(
    GridBand band
)

Parameters

Name Type Description
band GridBand

A GridBand object representing the band to be added.

Remarks

Use this method to add the specified band to the collection and make it the owner (immediate parent) of all the bands previously contained within the collection. Note that the System.ArgumentException exception is thrown if the specified band is the parent for the collection where it is being added.

See Also