Articles in this section
Category / Section

How to restrict the decimal values in SfNumericUpDown?

1 min read

In SfNumericUpDown, decimal values can be restricted by using the MaximumNumberDecimalDigits

property.

 

Code Snippet

XAML Code

<input:SfNumericUpDown Name="numupdwn" MaximumNumberDecimalDigits="0">
</input:SfNumericUpDown>

 

C# Code

numupdwn.MaximumNumberDecimalDigits = 0;

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied