Represents a textbox with button spinners that allow incrementing and decrementing decimal values by using the spinner buttons, keyboard up/down arrows, or mouse wheel.
The following shows how to create a DecimalUpDown.
<xctk:DecimalUpDown Value="1564.6749586" />
The following shows how to create a DecimalUpDown using FormatString and setting the Increment, Maximum, and Minimum values.
<xctk:DecimalUpDown FormatString="C2" Value="1564.6749586" Increment=".5" Maximum="5000.50" Minimum="50.01" />
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2