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