Skip to main content

BootstrapAccordionGroup(String, String, String, String) Constructor

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapAccordionGroup(
    string text,
    string name,
    string iconCssClass,
    string navigateUrl
)

Parameters

Name Type Description
text String

A String value specifying the group’s display text. Initializes the group’s NavBarGroup.Text property.

name String

A String value specifying the name which indentifies the created group. Initializes the group’s NavBarGroup.Name property.

iconCssClass String

A String value specifying the CSS class of the image displayed by the group’s header. Initializes the group’s BootstrapAccordionGroup.HeaderIconCssClass property.

navigateUrl String

A String value specifying the URL to which the browser navigates when the group’s text or associated image is clicked. Initializes the group’s NavBarGroup.NavigateUrl property.

See Also