ASPxClientPopupControlBase.GetContentWidth Method
In This Article
Gets the width of the default window‘s (for ASPxPopupControl) or panel‘s (for ASPxDockPanel) content region.
#Declaration
TypeScript
GetContentWidth(): number
#Returns
Type | Description |
---|---|
number | The width of the content region. |
See Also