Skip to main content

BootstrapAccordionGroup(String) Constructor

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapAccordionGroup(
    string text
)

Parameters

Name Type Description
text String

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

See Also