ComboBox Control Properties
You can view and change the values for the following properties:
| Basic Property | Description | 
|---|---|
| Caption |  
				   The label to display on the form for this control.  |  
			 
| Tooltip |  
				   The text that displays as a tooltip when the user's mouse hovers over the control.  |  
			 
| Read Only |  
				   Does not allow edits on form.  |  
			 
| Advanced Property | Description | 
|---|---|
| Visible | Show or hide this control on the form. | 
| Enabled | Allows user to interact with this control. | 
| Data Source | The source of the data for this control. It can be another control or the main entity of the view. This information is read-only in the Web Form Designer. | 
| Items | Defines the list of items that displays in a list box or radio group control. This information is read-only in the Web Form Designer. | 
| Text Field | The name of the data source field used to populate the value portion of the list items. This information is read-only in the Web Form Designer. | 
| Value Field | The name of the data source field used to populate the value portion of the list items. This information is read-only in the Web Form Designer. | 
| Data Bindings | Defines where the data for the control comes from. This information is read-only in the Web Form Designer. | 
| Control Id | Identifier for this control. This information is read-only in the Web Form Designer. | 
| Control Type | Infor CRM SLX control type. This information is read-only in the Web Form Designer. | 
| Layout Property | Description | 
|---|---|
| Row |  
				   Row number of the control.  |  
			 
| Column |  
				   Column number of the control.  |  
			 
| Row Span |  
				   Number of cells the control occupies vertically.  |  
			 
| Column Span |  
				   Number of cells the control occupies horizontally.  |