Currency Box

Inherits from NumberBox

The Currency Box view provides an input box for the user to enter a currency amount. It ensures the value is a valid decimal amount during validation.

Properties

See NumberBox for available properties.

Example

<Rock:FieldContainer>
    <Rock:CurrencyBox Label="Rock Currency Box"
                      IsRequired="false"
                      Text="23.98" />
</Rock:FieldContainer>

Last updated

⚙️ Powered by Rock RMS