PopupMenuSettings Class
Contains the PopupMenu extension settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Remarks
To declare the PopupMenu in a View, invoke the ExtensionsFactory.PopupMenu helper method. This method returns the PopupMenu extension that is implemented by the PopupMenuExtension class.
To configure the PopupMenu extension, pass the PopupMenuSettings object to the ExtensionsFactory.PopupMenu helper method as a parameter. The PopupMenuSettings object contains all the PopupMenu extension settings.
Refer to the PopupMenu Overview topic to learn how to add the PopupMenu extension to your project.
Inheritance
Object
SettingsBase
MenuSettingsBase
PopupMenuSettings
See Also