The ValueChangeMode property is used to update the value property when a key is pressed or focus is lost. It contains two options described below:
OnkeyFocus: When the ValueChangeMode is OnKeyFocus, the value will be changed for each keypress. The following code demonstrates how to set the ValueChangeMode as OnKeyFocus. XAML:
C#:
OnLostFocus: The value in the SfNumericTextBox change will be updated when the control is no longer focused. The following code demonstrate how to set the ValueChangedMode property as OnLostFocus. XAML:
C#:
|
This page will automatically be redirected to the sign-in page in 10 seconds.