Scaling / formatting numeric field in form

I have a form that contains a field "Percentage". Percentage is a double where 0-1 represents 0-100%. How can i set up the Numeric input so that it displays 0-100 to the user?

You will need a separate property in your model/page. The Radzen Numeric will does not support such conversion.