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

MVCxNavBarGroupCollection.FindByName(String) Method

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxNavBarGroup FindByName(
    string name
)

Parameters

Name Type
name String

Returns

Type
MVCxNavBarGroup
See Also