ScrollBarExtensions.GetAllowMiddleMouseScrolling(DependencyObject) Method
In This Article
Gets the value of the ScrollBarExtensions.AllowMiddleMouseScrolling attached property for the specified ScrollBarExtensions.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static bool GetAllowMiddleMouseScrolling(
DependencyObject obj
)
#Parameters
Name | Type |
---|---|
obj | Dependency |
#Returns
Type |
---|
Boolean |
See Also