Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

View.ScrollPosition Property

Specifies the scroll point of Windows in ASP.NET Web applications.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual Point ScrollPosition { get; set; }

Property Value

Type Description
Point

A Point object that represents scroll point coordinates.

Remarks

It is not recommended to use this property. It is for internal use only.

See Also