ASPxClientPopupControl.RefreshWindowContentUrl(window) Method
Refreshes the content of the web page displayed within the control’s specific popup window.
Declaration
RefreshWindowContentUrl(
window: ASPxClientPopupWindow
): void
Parameters
Name | Type | Description |
---|---|---|
window | ASPxClientPopupWindow | A ASPxClientPopupWindow object representing the required popup window. |
Remarks
The RefreshWindowContentUrl method can be used on the client side to refresh the content of the web page displayed within the ASPxClientPopupControl‘s specific popup window. The popup window is specified by the window parameter.
See Also