Skip to main content

BootstrapCardViewToolbarMenuItemCollection.AddRange(IEnumerable<BootstrapCardViewToolbarMenuItem>) Method

Appends an array of groups to the collection.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public void AddRange(
    IEnumerable<BootstrapCardViewToolbarMenuItem> items
)

Parameters

Name Type Description
items IEnumerable<BootstrapCardViewToolbarMenuItem>

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