Skip to main content
A newer version of this page is available. .

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

An integer value that represents the specified popup window’s height.

See Also