PopupWindowCollection.FindByName(String) Method
In This Article
Returns a popup window object with the specified PopupWindow.Name property value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PopupWindow FindByName(
string name
)
#Parameters
Name | Type | Description |
---|---|---|
name | 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 unique name assigned to its PopupWindow.Name property.
See Also