WPF Currency TextBox Overview

21 Aug 20231 minute to read

The CurrencyTextBox control restricts text box input to only decimal values and displays it in the currency format with support for data binding, Watermark, Null Value, and culture support. It provides many customization options to enhance its appearance and to suit your applications.

Control structure

WPF Currency TextBox

WPF Currency TextBox with Watermark Text

Features

The core features of the CurrencyTextBox are as follows:

  • Provides the ability to control the range of input values by using the MinValue and MaxValue properties.
  • Provides different foreground brushes for positive, negative, and zero values.
  • Provides data binding support.
  • Provides built-in Visual Styles and themes.
  • Provides Watermark support.
  • Provides Number Format support.
  • Provides Blendability support.
  • Provides Null Value support.
  • Provides culture support.