Skip to main content

MVCxNavBarGroupCollection.FindByName(String) Method

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxNavBarGroup FindByName(
    string name
)

Parameters

Name Type
name String

Returns

Type
MVCxNavBarGroup
See Also