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

ASPxClientPopupControl.GetWindowContentWidth(window) Method

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

Declaration

GetWindowContentWidth(
    window: ASPxClientPopupWindow
): number

Parameters

Name Type Description
window ASPxClientPopupWindow

An ASPxClientPopupWindow object that specifies the required popup window.

Returns

Type Description
number

An integer value representing the width of the content region.

See Also