XtraScrollableControl.FireScrollEventOnMouseWheel Property
Gets or sets whether the XtraScrollableControl.Scroll event fires when using the mouse wheel.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
Declaration
[DefaultValue(false)]
[DXCategory("Behavior")]
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