Assign Nullable Value
17 Jul 2020 / 1 minute to read
The null values can be set in SfNumericTextBox Value
property, by setting AllowNull
property value to true.
NOTE
By default, the property value is false.
[C#]
numericTextBox.AllowNull = true;
Set Hint Text
The WaterMark
property can be used to provide a hint that helps the user to get started with their input. The watermark text is visible when value is empty or null.
[C#]
numericTextBox.WaterMark = "Principal Amount";
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page