syncfusion-wpf-currency-textbox
Installation
SKILL.md
WPF CurrencyTextBox -- Quick Reference
This skill documents core usage patterns and links to concise reference pages for formatting, validation, styling, and advanced features.
Quick Start
Add the Syncfusion WPF package and drop a CurrencyTextBox in XAML:
<syncfusion:CurrencyTextBox Width="200" Value="1234.56" MinValue="0" MaxValue="10000" />
Bind in MVVM:
<syncfusion:CurrencyTextBox Value="{Binding Amount, UpdateSourceTrigger=PropertyChanged}" />