Skip to content

Money Box

MoneyBox is NumericBox with a money-oriented visual treatment. It has the same XPath binding, locale-aware parsing, Decimals, ShowDigits, validation, and numeric client limits as NumericBox. It does not attach a currency code, exchange rate, or currency conversion to the value; model those separately in the form data.

Example

1
2
3
4
5
<MoneyBox XPath="Invoice/Amount" Decimals="2" ShowDigits="True" Size="Medium" RequiredForGroup="">
    <PlaceHolder><![CDATA[]]></PlaceHolder>
    <Hints><![CDATA[]]></Hints>
    <Rules />
</MoneyBox>