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