PopupMenuExtension Class
Represents an extension object implementing the PopupMenu functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Related API Members
The following members return PopupMenuExtension objects:
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.