How can I help you?
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
MaximumNumberDecimalDigitsproperty can be provided with positive value only.
[C#]
numericTextBox.MaximumNumberDecimalDigits = 2;