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

WebApplication.PopupWindowManager Property

Gets the object that provides methods and events for managing popup windows.

Namespace: DevExpress.ExpressApp.Web

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

Declaration

[Browsable(false)]
public PopupWindowManager PopupWindowManager { get; }

Property Value

Type Description
PopupWindowManager

A PopupWindowManager object that provides methods and events for managing popup windows.

See Also