2X faster development
The ultimate UWP UI toolkit to boost your development speed.
In SfNumericTextBox, the decimal values can be restricted by using MaximumNumberDecimalDigits property. Code SnippetXAML Code<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> <input:SfNumericTextBox x:Name="numericbox" MaximumNumberDecimalDigits="0" HorizontalAlignment="Center" Width="300" VerticalAlignment="Center"/> </Grid>
C# Codenumericbox.MaximumNumberDecimalDigits = 0;
|
2X faster development
The ultimate UWP UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.