General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
PopupControlExtension Class
An extension object implementing the PopupControl functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v19.2.dll
Declaration
public class PopupControlExtension :
PopupControlExtensionBase
Public Class PopupControlExtension
Inherits PopupControlExtensionBase
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
ExtensionBase
PopupControlExtensionBase
PopupControlExtension
See Also
Feedback