Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

ASPxDropDownEdit.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.v18.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 DropDownEditProperties.AllowMouseWheel property.

See Also