Skip to main content

BootstrapAccordionItemCollection.AddRange(IEnumerable<BootstrapAccordionItem>) Method

Appends an array of items to the collection.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public void AddRange(
    IEnumerable<BootstrapAccordionItem> items
)

Parameters

Name Type Description
items IEnumerable<BootstrapAccordionItem>

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