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

ASPxButtonEditBase.AllowMouseWheel Property

Gets or sets a value that specifies whether an end-user is able to change the editor’s value using the mouse wheel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(true)]
public virtual bool AllowMouseWheel { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the editor’s value can be changed via the mouse wheel when the editor is focused; otherwise, false.

Remarks

This property is a wrapper of the ButtonEditPropertiesBase.AllowMouseWheel property.

See Also