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

BootstrapAccordionItemCollection.Add() Method

Adds a new item to the end of the collection and returns the newly created object.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public BootstrapAccordionItem Add()

Returns

Type Description
BootstrapAccordionItem

A BootstrapAccordionItem object representing the newly created item.

Remarks

Use the Add method to add a new item with the specified settings to the BootstrapAccordionItemCollection object.

See Also