ASPxClientPopupControl.SetSize(width, height) Method
In This Article
Specifies the default popup window‘s size.
#Declaration
TypeScript
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