PopupWindowCollection.FindByText(String) Method
Returns a popup window object with the specified PopupWindow.Text property value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
text | String | A String value representing the PopupWindow.Text property value of the required popup window. |
Returns
Type | Description |
---|---|
PopupWindow | A PopupWindow object with a specific value of the PopupWindow.Text property. |
Remarks
Use this method to obtain a popup window specified by a content text assigned to its PopupWindow.Text property.
See Also