ASPxClientUtils.GetDocumentClientWidth Method
In This Article
Gets the width of the window’s client region.
#Declaration
TypeScript
static GetDocumentClientWidth(): number
#Returns
Type | Description |
---|---|
number | The width of the window’s client region. |
See Also