ASPxClientPopupControl.SetWindowSize(window, width, height) Method
Specifies the size of a specific popup window.
Declaration
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