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

PopupWindowManager.RegisterStartupWindowOpeningScript(WebWindow, WebWindow, Boolean, ShowViewSource) Method

OBSOLETE

Use the ShowPopup method instead

This API is obsolete now.

Namespace: DevExpress.ExpressApp.Web

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

Declaration

[Obsolete("Use the ShowPopup method instead")]
[Browsable(false)]
public void RegisterStartupWindowOpeningScript(
    WebWindow currentWindow,
    WebWindow targetPopupWindow,
    bool isModal,
    ShowViewSource showViewSource
)

Parameters

Name Type
currentWindow WebWindow
targetPopupWindow WebWindow
isModal Boolean
showViewSource ShowViewSource
See Also