General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
MenuSettings Class
Contains the Menu extension settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v19.2.dll
Declaration
public class MenuSettings :
MenuSettingsBase
Public Class MenuSettings
Inherits 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
Object
SettingsBase
MenuSettingsBase
MenuSettings
See Also
Feedback