A control that provides a TextBox with button spinners that allow incrementing and decrementing numeric values by using the spinner buttons, keyboard up/down arrows, or mouse wheel, and also provides a
Calculator dropdown that allows you to perform mathematical calculations.
The following example shows how to create a floating-point CalculatorUpDown using FormatString.
<xctk:CalculatorUpDown FormatString="F3" Value="1564.6749586" Increment=".001" Maximum="200000.599" />
The following example shows how to create a currency CalculatorUpDown using FormatString.
<xctk:CalculatorUpDown FormatString="C2" Value="1564.6749586" Increment=".5" Maximum="5000.50" Minimum="50.01" />
The following example shows how to use the Watermark property.
<xctk:CalculatorUpDown Watermark="Enter Value" />
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