Skip to main content
All docs
V23.2

XtraScrollEventArgs.Type Property

Gets the scrolling type that raises the event.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public ScrollEventType Type { get; }

Property Value

Type Description
ScrollEventType

The scrolling type that raises the event.

See Also