FloatFieldDefinition
This field definition creates a
TextBox input control and binds it to the property of the model class. A validation rule is added which checks that the user enters a valid number.
Properties
public float MinimumValue { get; set; } Sets or returns the minimum value the user is allowed to enter.
public float MaximumValue { get; set; } Sets or returns the maximum value the user is allowed to enter.
Controls Created:
- TextBox (ContainerControl; InputControl)