Back to Devexpress

CompatibilitySettings.UseMiddleMouseScrolling Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-ba21446a.md

latest1.5 KB
Original Source

CompatibilitySettings.UseMiddleMouseScrolling Property

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

Namespace : DevExpress.Xpf.Core

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

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

Declaration

csharp
public static bool UseMiddleMouseScrolling { get; set; }
vb
Public Shared Property UseMiddleMouseScrolling As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Remarks

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

See Also

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace