Rock Mobile Docs

Please login to access all of the features of the Community Site.

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>