Skip to main content

ASPxClientPopupControl.SetWindowSize(window, width, height) Method

In This Article

Specifies the size of a specific popup window.

#Declaration

TypeScript
SetWindowSize(
    window: ASPxClientPopupWindow,
    width: number,
    height: number
): void

#Parameters

Name Type Description
window ASPxClientPopupWindow

A ASPxClientPopupWindow object that specifies the required popup window.

width number

The required popup window’s width.

height number

The required popup window’s height.

See Also