MaskSettings.AllowMouseWheel Property
Gets or sets a value that specifies whether an end-user is able to change the masked value within the editor using the mouse wheel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowMouseWheel |
---|---|
ASPxButtonEdit |
|
ASPxTextBox |
|
ButtonEditProperties |
|
TextBoxProperties |
|
Remarks
When an editor has focus and the AllowMouseWheel property is set to true, an end-user can change the editor’s masked value by using the mouse wheel. In this case, each mouse wheel action (up or down) changes the editor’s value.
Set the AllowMouseWheel property to false
to disable changing the masked value using the mouse wheel.