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

BootstrapMenuItemCollection.AddRange(IEnumerable<BootstrapMenuItem>) Method

Appends an array of menu items fields to the collection.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

public void AddRange(
    IEnumerable<BootstrapMenuItem> items
)

Parameters

Name Type Description
items IEnumerable<BootstrapMenuItem>

An array of BootstrapMenuItem objects to append to the collection.

Remarks

Objects are added to the end of the collection in the same order they have in the array.

See Also