Skip to main content

BootstrapAccordionItemCollection.Add(String) Method

Adds a new item to the collection and specifies the item’s display text.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapAccordionItem Add(
    string text
)

Parameters

Name Type Description
text String

A String value specifying the item’s display text. Initializes the item’s NavBarItem.Text property.

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