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

ViewShortcut.ScrollPosition Property

Specifies the scroll bar position of the Window displaying the View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public Point ScrollPosition { get; set; }

Property Value

Type Description
Point

A Point object specifying the scroll bar position of the Window displaying the View.

Remarks

This property provides access to the value corresponding to the ViewShortcut.ScrollPositionParamName key in the current ViewShortcut, converted into a Point.

See Also