ASPxClientPopupControl.GetWindowHeight(window) Method
In This Article
Returns the height of a specific popup window.
#Declaration
TypeScript
GetWindowHeight(
window: ASPxClientPopupWindow
): number
#Parameters
Name | Type | Description |
---|---|---|
window | ASPx |
A ASPx |
#Returns
Type | Description |
---|---|
number | The specified popup window’s height. |
See Also