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

CustomizePopupWindowSizeEventArgs.FindPopupWindow(WebApplication) Method

Returns a specified popup window in the current ASP.NET application.

Namespace: DevExpress.ExpressApp.Web.Controls

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

Declaration

public PopupWindow FindPopupWindow(
    WebApplication application
)

Parameters

Name Type Description
application WebApplication

A WebApplication object which provides access to windows.

Returns

Type Description
PopupWindow

A PopupWindow object representing the pop-up window in the ASP.NET application.

See Also