Skip to main content
A newer version of this page is available. .

MenuExtension Class

Represents an extension object implementing the Menu functionality.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public class MenuExtension :
    MenuExtensionBase

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

See Also