Skip to main content

MVCxMenuItemCollection.FindByText(String) Method

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxMenuItem FindByText(
    string text
)

Parameters

Name Type
text String

Returns

Type
MVCxMenuItem
See Also