On this page:
Requirements
This component is Portable. It runs both on Windows and on Web Pages hosted in any platform.
Configuration
After dragging and dropping the component into the Drawing area, double-click it to open the graphical element configuration window.
Combo Box Settings | |
---|---|
Field | Description |
Control Name | Defines a name for the control so it can be accessed in the CodeBehind script. See Display Code Behind. |
Value | The Tag that will receive the value selected. |
PlaceHolder | Message shown before select an object. |
DataSource | Data Source. |
ReadOnly | Enable Read Only mode. |
ComboBox Settings | |
---|---|
Field | Description |
Selected Index | ------------------ |
Blinding |
|
Selected Item | ------------------ |
Items Source |
|
IsEditable | Check box for the combobox to be editable. Allows editing only of the values on the items. If Custom values are required the property AllowCustomValues must be set on the code behind script. |
IsLegacy | ------------------ |
Max Items | ------------------ |
Reload | ---------------- |
Runtime Execution
When users select an item from a combo box, the application updates to reflect the chosen option. This selection changes the displayed data or configuration settings according to the user's choice. The combo box helps users choose from predefined options, such as a machine type or report format.
In this section: