Back to Devexpress

ASPxButtonEditBase.AllowMouseWheel Property

aspnet-devexpress-dot-web-dot-aspxbuttoneditbase-bd03dd3f.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public virtual bool AllowMouseWheel { get; set; }
vb
<DefaultValue(True)>
Public Overridable Property AllowMouseWheel As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

ButtonEdit

ASPxButtonEditBase Class

ASPxButtonEditBase Members

DevExpress.Web Namespace