The Clear Selection Allowed property controls if the data selected from the list control can be cleared by the user.
Property Type: Fixed
Default Value: False
To clear any selection made during the running of a specification (can also be seen in Test mode)
Image shows this in action on a Combo box control, the action is identical for other list type controls.
The default value of the property can be changed by selecting the drop down list at the end of the property field
Clear Selection Allowed Property Value | Result | Notes |
---|---|---|
False | Does not allow selections made in the list type control to be cleared. | |
True | Will allow selections made in the list type control to be cleared. |
A type of control property where the value can only be set in the Form Designer (not by a rule).