PopupWindowCollection.Add(String) Method
Adds a new popup window to the collection and specifies the content text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
contentText | String | A String value specifying the popup window’s content text. Initializes the window’s PopupWindow.Text property. |
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 specified content text to the PopupWindowCollection object.
See Also