Skip to main content
A newer version of this page is available. .

ASPxClientUtils.GetDocumentScrollTop Method

Returns the distance between the top edge of the document and the topmost portion of the content currently visible in the window.

Declaration

static GetDocumentScrollTop(): number

Returns

Type Description
number

An integer value representing 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