Skip to main content
All docs
V26.1
  • IMaskedInputSettings.AllowMouseWheel Property

    Specifies whether users can use the mouse wheel to increase or decrease the editor value.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    [DefaultValue(true)]
    [Parameter]
    bool AllowMouseWheel { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true if a user can use the mouse wheel to change the editor value; otherwise, false.

    Remarks

    When the Masked Input uses Numeric/Date/Time masks, users can use the mouse wheel to change a value in the active section. You can set the AllowMouseWheel property to false to disable this functionality at runtime. To enable/disable this functionality in markup, use the DxMaskedInputSettings.AllowMouseWheel property instead.

    See Also