PopupWindowCollection.Add() Method
In This Article
Adds a new popup window to the end of the collection and returns the newly created object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PopupWindow Add()
#Returns
Type | Description |
---|---|
Popup |
A Popup |
#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