ASPxClientPopupControl.RefreshWindowContentUrl(window) Method
In This Article
Refreshes the content of the web page displayed within the control’s specific popup window.
#Declaration
TypeScript
RefreshWindowContentUrl(
window: ASPxClientPopupWindow
): void
#Parameters
Name | Type | Description |
---|---|---|
window | ASPx |
A ASPx |
#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