aspnetmvc-devexpress-dot-web-dot-mvc-cad16596.md
Represents an extension object implementing the Menu functionality.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class MenuExtension :
MenuExtensionBase
Public Class MenuExtension
Inherits MenuExtensionBase
The following members return MenuExtension objects:
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.
Object ExtensionBase MenuExtensionBase MenuExtension
See Also