ASPxClientPopupControl.IsWindowVisible(window) Method
Returns a value that specifies whether the popup control’s specific window is displayed.
Declaration
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 |
|
See Also