PopupWindowCollection.Add(String, String) Method
In This Article
Adds a new popup window to the collection and specifies the window’s content text and name.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PopupWindow Add(
string contentText,
string name
)
#Parameters
Name | Type | Description |
---|---|---|
content |
String | A String value specifying the popup window’s content text. Initializes the window’s Popup |
name | String | A String value specifying the name which identifies the created popup window. Initializes the window’s Popup |
#Returns
Type | Description |
---|---|
Popup |
A Popup |
#Remarks
Use the Add method to add a new popup window with the specified settings to the PopupWindowCollection object.
See Also