Skip to main content

ASPxClientPopupControl.GetWindowContentWidth(window) Method

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

#Declaration

TypeScript
GetWindowContentWidth(
    window: ASPxClientPopupWindow
): number

#Parameters

Name Type Description
window ASPxClientPopupWindow

An ASPxClientPopupWindow object that specifies the required popup window.

#Returns

Type Description
number

The width of the content region.

See Also