WPF Integer TextBox Overview
8 Nov 2019 / 1 minute to read
The IntegerTextBox control restricts text box input to only integer values with support for data binding, Watermark, Null Value, and culture support. It provides many customization options to improve its appearance and to suit your applications.
Control structure
Features
The core features of the IntegerTextBox
are as follows:
- Supports upto Int64 data type.
- Provides the ability to control the range of input values by using the
MinValue
andMaxValue
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 culture support.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page