'Declaration Public Property UpdateValueOnEnterKey As Boolean
'Usage Dim instance As EditorNumericUpDownDefinitionBase(Of TEditor,TType) Dim value As Boolean instance.UpdateValueOnEnterKey = value value = instance.UpdateValueOnEnterKey
public bool UpdateValueOnEnterKey {get; set;}
Property Value
true if the synchronization between "Value" and "Text" will only be done on an Enter key press or a lostFocus; false, otherwise. By default, false*.
* DateTimePicker, TimePicker and DateTimeUpDown : true by default.