Skip to main content
All docs
V24.1

XtraScrollEventArgs.OldValue Property

Gets the position of a scrollbar before scrolling.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v24.1.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public int OldValue { get; }

Property Value

Type Description
Int32

An integer value that specifies the position of a scrollbar.

See Also