ScrollBarExtensions.HandlesDefaultMouseScrolling Attached Property
Gets or sets whether to process the control’s scroll operations on the DevExpress side to extend the control’s default scroll behavior.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See GetHandlesDefaultMouseScrolling(DependencyObject) and SetHandlesDefaultMouseScrolling(DependencyObject, Boolean).
Returns
Type | Description |
---|---|
Boolean |
|
See Also