Skip to main content

ASPxClientPopupControl.IsWindowVisible(window) Method

Returns a value that specifies whether the popup control’s specific window is displayed.

#Declaration

TypeScript
IsWindowVisible(
    window: ASPxClientPopupWindow
): boolean

#Parameters

Name Type Description
window ASPxClientPopupWindow

A ASPxClientPopupWindow object representing the popup window whose visibility is checked.

#Returns

Type Description
boolean

true if the specified popup window is displayed; otherwise, false.

See Also