Back to Devexpress

XtraScrollEventArgs.NewValue Property

windowsforms-devexpress-dot-xtraeditors-dot-xtrascrolleventargs-3ac77e84.md

latest1.2 KB
Original Source

XtraScrollEventArgs.NewValue Property

Gets or sets a value that specifies the position of a scrollbar after scrolling.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public int NewValue { get; set; }
vb
Public Property NewValue 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