Skip to main content
Tab

PopupWindowCollection.FindByText(String) Method

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 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