Back to Devexpress

PopupControlSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-6d8d6a33.md

latest2.3 KB
Original Source

PopupControlSettings Class

Contains the PopupControl extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class PopupControlSettings :
    PopupControlSettingsBase
vb
Public Class PopupControlSettings
    Inherits PopupControlSettingsBase

Remarks

To declare the PopupControl in a View, invoke the ExtensionsFactory.PopupControl helper method. This method returns the PopupControl extension that is implemented by the PopupControlExtension class.

To configure the PopupControl extension, pass the PopupControlSettings object to the ExtensionsFactory.PopupControl helper method as a parameter. The PopupControlSettings object contains all the PopupControl extension settings.

Refer to the PopupControl Overview topic to learn how to add the PopupControl extension to your project.

Inheritance

Object SettingsBase PopupControlSettingsBase PopupControlSettings

See Also

PopupControlSettings Members

Popup Control

PopupControlExtension

DevExpress.Web.Mvc Namespace