The Maximum property limits the maximum value of the control.
Property Type: Dynamic
Default Value: 100
The default value of the property can be changed by any of the following methods:
Maximum Property Value | Result |
---|---|
2750 | Limits the maximum value that can be entered to 2750. |
If(LengthReturn>3950,775,375) | Limits the maximum value that can be entered to 775, when LengthReturn is greater than 3950. Otherwise the maximum value will be 375. |
A value controlled by a rule.