Skip to main content
A newer version of this page is available. .

XtraScrollableControl.FireScrollEventOnMouseWheel Property

Gets or sets whether the XtraScrollableControl.Scroll event fires when using the mouse wheel.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(false)]
public bool FireScrollEventOnMouseWheel { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the XtraScrollableControl.Scroll event fires when using the mouse wheel; otherwise, false.

See Also