Skip to main content
All docs
V23.2

XtraScrollEventArgs.NewValue Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public int NewValue { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the position of a scrollbar.

See Also