Hi,
Starting at v2.5, a new Property is available on UpDownBase : UpdateValueOnEnterKey.
In NumericUpDowns, DateTimeUpDown, DateTimePicker, TimePicker, TimeSpanUpDown, a new boolean property was added: UpdateValueOnEnterKey. When set to True and the user is typing text, the synchronization between "Value" and "Text" will only be done on a enter key press, or a LostFocus.
Starting at v2.5, a new Property is available on UpDownBase : UpdateValueOnEnterKey.
In NumericUpDowns, DateTimeUpDown, DateTimePicker, TimePicker, TimeSpanUpDown, a new boolean property was added: UpdateValueOnEnterKey. When set to True and the user is typing text, the synchronization between "Value" and "Text" will only be done on a enter key press, or a LostFocus.