Skip to main content
All docs
V25.1
  • CompatibilitySettings.UseMiddleMouseScrolling Property

    Gets or sets whether to enable the middle-click to scroll functionality.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Data.Desktop.v25.1.dll

    NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

    Declaration

    public static bool UseMiddleMouseScrolling { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true to enable the middle-click to scroll functionality; otherwise, false.

    Remarks

    Refer to the following help topic for more information: AllowMiddleMouseScrolling.

    See Also