Skip to main content
A newer version of this page is available. .

PopupWindowManager.FindPopupWindowByContenUrl(String) Method

OBSOLETE

Use the FindPopupWindowByContentUrl method instead

This API is obsolete now.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

[Obsolete("Use the FindPopupWindowByContentUrl method instead")]
[Browsable(false)]
public PopupWindow FindPopupWindowByContenUrl(
    string contentUrl
)

Parameters

Name Type
contentUrl String

Returns

Type
PopupWindow
See Also