MVCxMenuItemCollection.FindByName(String) Method
Returns an item object with the specified MenuItem.Name property value.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type |
|---|---|
| name | String |
Returns
| Type |
|---|
| MVCxMenuItem |
See Also