MaterialDesignInXamlToolkit
MaterialDesignInXamlToolkit copied to clipboard
Add StringFormat dependency property to NumericUpDown and DecimalUpDown
Text in NumericUpDown should be able to be formatted to represent currency for example or to format the number of decimal places in DecimalUpDown.
Ideally a StringFormat gets added as a dependency property to these controls to be able to format the number accordingly.