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

PopupWindowCollection.Add() Method

Adds a new popup window to the end of the collection and returns the newly created object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public PopupWindow Add()

Returns

Type Description
PopupWindow

A PopupWindow object representing the newly created popup window.

Remarks

Use the Add method to add a new popup window with the default settings to the PopupWindowCollection object. You can modify properties of the obtained object to control the appearance and behavior of the added popup window.

See Also