Specifies the action taken by the control when the list of items is changed, and the selected item is not in the new list.
Property Type: Fixed
Default Value: SelectFirst
Hierarchical Reference: ControlName.SelectedItemRemovedBehavior
This property is only effective when the Clear Selection Allowed property is set to True.
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 |
|---|---|---|
| SelectFirst | Selects the first item in the list. | |
| SelectNone | Removes any selection from the control. |
Form Design
A type of control property where the value can only be set in the Form Designer (not by a rule).