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

    Specifies whether users can use the mouse wheel to increase or decrease the editor value when a mask is applied.

    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 Time Edit has a mask applied, users can use the mouse wheel to increase or decrease the value in the active mask section.

    You can set the AllowMouseWheel property to false to disable this functionality at runtime. To enable/disable this functionality in markup, use the DxTimeEditSettings.AllowMouseWheel property instead.

    See Also