Skip to main content
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.v24.2.dll

NuGet Package: DevExpress.Web

#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