Skip to main content

ASPxClientPopupControl.GetWindowWidth(window) Method

Returns the width of a specific popup window.

Declaration

GetWindowWidth(
    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 width.

See Also