ASPxClientPopupControl.SetSize(width, height) Method
Specifies the default popup window‘s size.
Declaration
SetSize(
width: number,
height: number
): void
Parameters
Name | Type | Description |
---|---|---|
width | number | The default popup window’s width. |
height | number | The default popup window’s height. |
See Also