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

BootstrapAccordionItems.FindByText(String) Method

Returns an item object with the specified NavBarItem.Text property value.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public BootstrapAccordionItem FindByText(
    string text
)

Parameters

Name Type Description
text String

A string value representing the NavBarItem.Text property value of the required item.

Returns

Type Description
BootstrapAccordionItem

A BootstrapAccordionItem object with a specific value of the NavBarItem.Text property.

Remarks

Use this method to obtain an item specified by a display text assigned to its NavBarItem.Text property.

See Also