ASPxClientPopupControl.GetWindowHeight(window) Method
Returns the height of a specific popup window.
Declaration
GetWindowHeight(
window: ASPxClientPopupWindow
): number
Parameters
| Name | Type | Description |
|---|---|---|
| window | ASPxClientPopupWindow | A ASPxClientPopupWindow object that specifies the required popup window. |
Returns
| Type | Description |
|---|---|
| number | The specified popup window’s height. |
See Also