WebApplication.PopupWindowManager Property
In This Article
Gets the object that provides methods and events for managing popup windows.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
[Browsable(false)]
public PopupWindowManager PopupWindowManager { get; }
#Property Value
Type | Description |
---|---|
Popup |
A Popup |
See Also