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

ASPxClientGridView.GetVerticalScrollPosition Method

Returns the current vertical scroll position of the grid’s content.

Declaration

GetVerticalScrollPosition(): number

Returns

Type Description
number

An integer value specifying the vertical scroll position.

Remarks

This method is not in effect when virtual paging is used (the ASPxGridViewSettings.VerticalScrollBarStyle property is set to GridViewVerticalScrollBarStyle.Virtual).

See Also