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