Skip to main content
All docs
V19.2
Tab

ASPxButtonEdit.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

public override bool AllowMouseWheel { get; set; }

Property Value

Type Description
Boolean

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 ButtonEditProperties.AllowMouseWheel property.

See Also