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