Skip to main content

ASPxClientPopupControl.HideWindow(window) Method

Closes the popup control’s specified window.

Declaration

HideWindow(
    window: ASPxClientPopupWindow
): void

Parameters

Name Type Description
window ASPxClientPopupWindow

A ASPxClientPopupWindow object representing the popup window to close.

Remarks

Use the HideWindow method on the client side to hide the popup control’s window specified by the window parameter.

See Also