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
Hierarchical Reference: ControlName.ClearSelectionAllowed
To clear any selection made during the running of a specification (can also be seen in Test mode)
The Clear Selection will be displayed as an option in List Box and Combo Box controls when viewed on Touch Devices.
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. |
Form Design
A type of control property where the value can only be set in the Form Designer (not by a rule).