ASPxClientUtils.GetDocumentScrollTop Method
In This Article
Returns the distance between the top edge of the document and the topmost portion of the content currently visible in the window.
#Declaration
TypeScript
static GetDocumentScrollTop(): number
#Returns
Type | Description |
---|---|
number | The distance (in pixels) between the top edge of the document and the topmost portion of the content currently visible in the window. |
See Also