Skip to main content
A newer version of this page is available. .
Tab

ASPxPopupControl() Constructor

Initializes a new instance of the ASPxPopupControl class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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