Having trouble getting help?
Contact Support
Contact Support
Set Maximum Number of Decimal Digits
17 Jan 20251 minute to read
The maximum number of digits to be displayed after the decimal point can be specified by using MaximumNumberDecimalDigits
property.
NOTE
The
MaximumNumberDecimalDigits
property can be provided with positive value only.
[C#]
numericTextBox.MaximumNumberDecimalDigits = 2;