CustomizePopupWindowSizeEventArgs.FindPopupWindow(WebApplication) Method
In This Article
Returns a specified popup window in the current ASP.NET Web Forms application.
Namespace: DevExpress.ExpressApp.Web.Controls
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
public PopupWindow FindPopupWindow(
WebApplication application
)
#Parameters
Name | Type | Description |
---|---|---|
application | Web |
A Web |
#Returns
Type | Description |
---|---|
Popup |
A Popup |
See Also