Skip to main content

BootstrapAccordionGroupCollection.FindByName(String) Method

Returns a group object with the specified NavBarGroup.Name property value.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapAccordionGroup FindByName(
    string name
)

Parameters

Name Type Description
name String

A String value representing the NavBarGroup.Name property value of the required group.

Returns

Type Description
BootstrapAccordionGroup

A BootstrapAccordionGroup object with a specific value of the NavBarGroup.Name property.

Remarks

Use this method to obtain a group specified by a unique name assigned to its NavBarGroup.Name property.

See Also