MVCxMenuItemCollection.FindByName(String) Method
In This Article
Returns an item object with the specified MenuItem.Name property value.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxMenuItem FindByName(
string name
)
#Parameters
Name | Type |
---|---|
name | String |
#Returns
Type |
---|
MVCx |
See Also