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

PopupWindowManager.ActivePopupWindows Property

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

public LightDictionary<PopupWindowShowAction, PopupWindow> ActivePopupWindows { get; }

Property Value

Type
DevExpress.ExpressApp.Utils.LightDictionary<PopupWindowShowAction, PopupWindow>
See Also