Assign Nullable Value
29 Jun 20201 minute to read
The null values can be set in SfNumericUpDown Value
property, by setting AllowNull
property value to true.
NOTE
By default, the property value is false.
[C#]
numeric.AllowNull = true;
Set Hint Text
The WaterMark
text is used to display some information regarding the SfNumericEditBox. This watermark is visible when textbox is empty or Null.
[C#]
numeric.WaterMark = (NSString)"NumericUpDown";
NOTE
By default the property value is false