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

BootstrapAccordionItem(String, String, String) Constructor

Initializes a new instance of the BootstrapAccordionItem class with the specified settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapAccordionItem(
    string text,
    string name,
    string iconCssClass
)

Parameters

Name Type Description
text String

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

name String

A String value specifying the name which indentifies the created item. Initializes the item’s NavBarItem.Name property.

iconCssClass String

A String value specifying the CSS class of the image displayed by the item. Initializes the item’s BootstrapAccordionItem.IconCssClass property.

See Also