Skip to main content

BootstrapGridViewToolbarMenuItemCollection.AddRange(IEnumerable<BootstrapGridViewToolbarMenuItem>) Method

Appends an array of menu items fields to the collection.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public void AddRange(
    IEnumerable<BootstrapGridViewToolbarMenuItem> items
)

Parameters

Name Type Description
items IEnumerable<BootstrapGridViewToolbarMenuItem>

An array of BootstrapGridViewToolbarMenuItem 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