The Minimum property limits the minimum value of the control.
Property Type: Dynamic
Default Value: 0
The default value of the property can be changed by any of the following methods:
Minimum Property Value | Result |
---|---|
375 | Limits the minimum value that can be entered to 375. |
If(LengthReturn<500,100,200) | Limits the minimum value that can be entered to 100, when LengthReturn is less than 500. Otherwise the minimum value will be 200. |
A value controlled by a rule.