Skip to main content

ASPxClientPopupControl.GetWindowContentHeight(window) Method

Gets the height of the specified popup window’s content region.

#Declaration

TypeScript
GetWindowContentHeight(
    window: ASPxClientPopupWindow
): number

#Parameters

Name Type Description
window ASPxClientPopupWindow

An ASPxClientPopupWindow object that specifies the required popup window.

#Returns

Type Description
number

The height of the content region.

See Also