Set Maximum Number of Decimal Digits in Xamarin NumericUpDown (SfNumericUpDown)
19 May 20211 minute to read
The maximum number of digits to be displayed after the decimal point can be specified by using MaximumDecimalDigits
property.
NOTE
The
MaximumDecimalDigits
. The MaximumDecimalDigits property is provided with positive value only. By default, the value of this property is 2.
<numeric:SfNumericUpDown x:Name="numericUpDown" MaximumDecimalDigits ="3"/>
numericUpDown.MaximumDecimalDigits = 3;