ASPxClientPopupControl.GetWindowContentWidth(window) Method
In This Article
Gets the width of the specified popup window’s content region.
#Declaration
TypeScript
GetWindowContentWidth(
window: ASPxClientPopupWindow
): number
#Parameters
Name | Type | Description |
---|---|---|
window | ASPx |
An ASPx |
#Returns
Type | Description |
---|---|
number | The width of the content region. |
See Also