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

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.v19.1.dll

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