Skip to main content

MVCxNavBarItemCollection.FindByName(String) Method

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxNavBarItem FindByName(
    string name
)

Parameters

Name Type
name String

Returns

Type
MVCxNavBarItem
See Also