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

PopupWindowManager.RegisterStartupPopupWindowShowActionScript(WebControl, PopupWindowShowAction) Method

OBSOLETE

Use the ShowPopup method instead

This API is obsolete now.

Namespace: DevExpress.ExpressApp.Web

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

Declaration

[Obsolete("Use the ShowPopup method instead")]
[Browsable(false)]
public virtual void RegisterStartupPopupWindowShowActionScript(
    WebControl control,
    PopupWindowShowAction action
)

Parameters

Name Type
control WebControl
action PopupWindowShowAction
See Also