ASPxClientPopupControl.GetWindowContentWidth(window) Method
Gets the width of the specified popup window’s content region.
Declaration
GetWindowContentWidth(
window: ASPxClientPopupWindow
): number
Parameters
Name | Type | Description |
---|---|---|
window | ASPxClientPopupWindow | An ASPxClientPopupWindow object that specifies the required popup window. |
Returns
Type | Description |
---|---|
number | The width of the content region. |
See Also