The WPF NumericUpDown control provides a simple and intuitive interface to display and edit culture-specific double values. It supports culture-based formatting, number formatting, minimum and maximum value validation, watermark support, built-in themes, range adorner, right to left support, positive and negative colors, and more.
Spin button helps to increase or decrease the value in given interval using mouse interaction.
Minimum value and maximum value validation can be done within the given range. User can also choose when the validation needs to be carried out, either while entering the value or when control lost its focus. Also, NumericUpDown allow user to do custom validation by their own.
Specify the interval to increment or decrement while pressing the spin or repeat button.
Watermarks provides additional hints for the users about the value need to enter in the textbox.
WPF NumericUpDown provides build-in themes like Office2016, Office2013, Metro, Blend etc.
WPF Number Picker supports to increase or decrease the value just by scrolling the mouse or through extended scrolling. Display the entered value with progress notation.
Supports right to left (RTL) direction for users working in right-to-left languages like Hebrew, Arabic or Persian.
Increments or decrements the value through keyboard down and up operations. It also allows to change the value through mouse wheel operations.
Easily get started with the WPF Numeric Updown using a few simple lines of XAML and C# code example as demonstrated below. Also explore our WPF Numeric Updown Example that shows you how to render and configure the XAML Numeric Updown.
xmlns:syncfusion="clr-namespace:Syncfusion.UI.Xaml.Charts;assembly=Syncfusion.SfChart.WPF"
<Window x:Class="Application_New.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:syncfusion="http://schemas.syncfusion.com/wpf"
Title="MainWindow" Height="350" Width="525">
<Grid Name="grid">
<syncfusion:UpDown Name="upDown" Width="100" Height="23"/>
</Grid>
</Window>
using System.Windows;
using Syncfusion.Windows.Tools.Controls;
using Syncfusion.Windows.Shared;
namespace ComboBox
{
/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
UpDown updown = new UpDown();
updown.Width = 100;
updown.Height = 23;
grid.Children.Add(updown);
}
}
}
Syncfusion WPF NumericUpDown provides the following:
We do not sell the WPF NumericUpDown control separately. It is only available for purchase as part of the Syncfusion WPF suite, which contains over 100 WPF controls, including NumericUpDown. A single developer license for the Syncfusion Essential Studio for WPF suite costs $995.00 USD, including one year of support and updates. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team to see if you qualify for any additional discounts.
No, our 100+ WPF controls, including NumericUpDown, are not sold individually, only as a single package. However, we have competitively priced the product so it only costs a little bit more than what some other vendors charge for their NumericUpDown alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 100+ WPF controls for a flat fee of $995/developer. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.