BootstrapToolbarMenuItemCollection.AddRange(IEnumerable<BootstrapToolbarMenuItem>) Method
Appends an array of menu item fields to the collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable<BootstrapToolbarMenuItem> | An array of BootstrapToolbarMenuItem 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