Back to Devexpress

XtraScrollEventArgs.OldValue Property

windowsforms-devexpress-dot-xtraeditors-dot-xtrascrolleventargs-c9029d28.md

latest1.1 KB
Original Source

XtraScrollEventArgs.OldValue Property

Gets the position of a scrollbar before scrolling.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public int OldValue { get; }
vb
Public ReadOnly Property OldValue As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the position of a scrollbar.

|

See Also

XtraScrollEventArgs Class

XtraScrollEventArgs Members

DevExpress.XtraEditors Namespace