ViewShortcut.ScrollPosition Property
Specifies the scroll bar position of the Window displaying the View.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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