MenuExtension Class
Represents an extension object implementing the Menu functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Related API Members
The following members return MenuExtension objects:
Remarks
To declare the Menu in a View, invoke the ExtensionsFactory.Menu helper method. This method returns the Menu extension that is implemented by the MenuExtension class.
To configure the Menu extension, pass the MenuSettings object to the ExtensionsFactory.Menu helper method as a parameter. The MenuSettings object contains all the Menu extension settings.
Refer to the Menu Overview topic to learn how to add the Menu extension to your project.
Inheritance
Object
ExtensionBase
MenuExtensionBase
MenuExtension
See Also