ISpinEditSettings.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
Users can press the Up and Down arrow keys to change the editor value. Set the AllowUpDownArrowKeys
property to false to disable this functionality at runtime.To enable/disable this functionality in markup, use
the DxSpinEditSettings.AllowUpDownArrowKeys
property.
Use the Increment property to adjust the change step value.
See Also