Back to Devexpress

PopupMenuSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-d20516b2.md

latest2.2 KB
Original Source

PopupMenuSettings Class

Contains the PopupMenu extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class PopupMenuSettings :
    MenuSettingsBase
vb
Public Class PopupMenuSettings
    Inherits MenuSettingsBase

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

PopupMenuSettings Members

PopupMenu

PopupMenuExtension

DevExpress.Web.Mvc Namespace