PopupWindowCollection.Add(String, String, String, String) Method
Adds a new popup window to the collection and specifies the content text , name, header text and footer text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PopupWindow Add(
string contentText,
string name,
string headerText,
string footerText
)
#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 idntifies the created popup window. Initializes the window’s Popup |
header |
String | A String value specifying the popup window’s header text. Initializes the window’s Popup |
footer |
String | A String value specifying the popup window’s footer text. 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.