Skip to main content
Tab

ASPxPopupControl() Constructor

In This Article

Initializes a new instance of the ASPxPopupControl class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ASPxPopupControl()

#Remarks

This constructor is used to create a new instance of the popup control with the default settings. Use the ASPxPopupControl.Windows property of the newly created object to access a collection of popup windows and add new popup windows to the control.

See Also