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

PopupMenuExtension Class

Represents an extension object implementing the PopupMenu functionality.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class PopupMenuExtension :
    MenuExtensionBase

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

See Also