About Syncfusion® WPF Integer TextBox control

18 Nov 20181 minute to read

The WPF Integer TextBox control restricts text box input to integer values (up to Int64) with support for data binding, Watermark, Null Value, and culture. It provides many customization options to improve its appearance and to suit your application.

Control structure

WPF IntegerTextBox

WPF IntegerTextBox with Watermark Text

Features

The core features of the WPF Integer TextBox are as follows:

  • Supports up to Int64 data type (the Value property is of type long).
  • Provides the ability to control the range of input values by using the MinValue and MaxValue properties.
  • Provides different foreground brushes for positive and negative numbers.
  • Provides data binding support.
  • Provides built-in Visual Styles and themes.
  • Provides Watermark support.
  • Provides Number Format support.
  • Provides Null Value support.
  • Provides culture support.
  • Provides Range Adorner support.
  • Provides Step Interval support.