PopupWindow() Constructor
In This Article
Initializes a new instance of the PopupWindow class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Remarks
Use this constructor to create a new instance of a PopupWindow class without any specific settings such as the display content text, header or footer text, or a name.
Note
When this constructor is used, all properties in the Popup
This constructor is commonly used when dynamically populating the ASPxPopupControl.Windows collection of a ASPxPopupControl object.
See Also