XtraScrollEventArgs.Type Property
In This Article
Gets the scrolling type that raises the event.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public ScrollEventType Type { get; }
#Property Value
Type | Description |
---|---|
Scroll |
The scrolling type that raises the event. |
See Also