Skip to main content
All docs
V24.2

CompatibilitySettings.UseMiddleMouseScrolling Property

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

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Data.Desktop.v24.2.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