# ComboboxValue

### Combobox Value

This defines what will be displayed in the combobox. It can be a single column from the sub data source or a string with placeholders

```
   adrName
```

```
   {id} - {adrName}, {adrFirstName}
```
