You are here: Start » Web HMI » Web HMI Controls » ComboBox
ComboBox
Represents a combo box control that allows users to select from a list of items.
Properties
| Height |
|
Defines the CSS height of the control. |
| InitialIsEnabled |
|
Defines the initial enabled state of the component that is used before the first value is set through the connection. |
| InitialIsVisible |
|
Defines the initial visibility of the component that is used before the first value is set through the connection. |
| InitialSelectedValue |
|
Defines the initial selected value of the combo box. |
| IsEnabled |
|
Defines the enabled state of the component. |
| IsVisible |
|
Defines the visibility of the component. |
| Items |
|
Defines the items displayed in the combo box. |
| Margin |
|
Defines the CSS margin of the control. |
| Name |
|
Defines the control name that identifies the control in the program and in the XAML. The name must be unique within the parent endpoint. |
| Placeholder |
|
Defines the text displayed when no item is selected. |
| SelectedValue |
|
Defines the currently selected value of the combo box. |
| Width |
|
Defines the CSS width of the control. |
Events
| SelectedValueChanged | Occurs when the selected value of the combo box changes. |
