Skip to main content
All docs
V25.1
  • XtraScrollEventArgs.Type Property

    Gets the scrolling type that raises the event.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.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