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

MenuSettings Class

Contains the Menu extension settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MenuSettings :
    MenuSettingsBase

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