Skip to main content
Tab

PopupWindowCollection() Constructor

Initializes a new instance of the PopupWindowCollection class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PopupWindowCollection()

Remarks

The default constructor creates a new instance of the PopupWindowCollection class and initializes its properties to their default values.

Note

This constructor is used primarily by control developers.

See Also