Skip to main content

MVCxNavBarItemCollection.FindByText(String) Method

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxNavBarItem FindByText(
    string text
)

Parameters

Name Type
text String

Returns

Type
MVCxNavBarItem
See Also