IMaskedInputSettings.AllowUpDownArrowKeys Property
Specifies whether users can press Up/Down arrow keys to increase/decrease the editor value.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v26.1.dll
Declaration
[DefaultValue(true)]
[Parameter]
bool AllowUpDownArrowKeys { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|
Remarks
When the Masked Input uses Numeric/Date/Time masks, users can press Up Arrow/Down Arrow keys to increase/decrease the value in the active mask section.
You can set the AllowUpDownArrowKeys
property to false to disable this functionality at runtime. To specify this value in markup, use the
DxMaskedInputSettings.AllowUpDownArrowKeys
property instead.
See Also