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

MVCxNavBarGroupCollection.FindByText(String) Method

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxNavBarGroup FindByText(
    string text
)

Parameters

Name Type
text String

Returns

Type
MVCxNavBarGroup
See Also