XtraScrollableControl.FireScrollEventOnMouseWheel Property
In This Article
Gets or sets whether the XtraScrollableControl.Scroll event fires when using the mouse wheel.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[DefaultValue(false)]
[DXCategory("Behavior")]
public bool FireScrollEventOnMouseWheel { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the Xtra |
See Also