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 Numeric Updown in WPF.
<syncfusion:UpDown Name="upDown" Width="100" Height="23"/>
using Syncfusion.Windows.Controls.Input;
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
UpDown updown = new UpDown();
updown.Width = 100;
updown.Height = 23;
this.Content = updown;
}
}
Syncfusion WPF NumericUpDown provides the following:
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, 5 or fewer developers, and 10 or fewer total employees.
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.