[]
Configurates SelectedValuePath. Sets the name of the property used to get the SelectedValue from the SelectedItem.
public ListBoxBuilder<T> SelectedValuePath(string value)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| ListBoxBuilder<T> | Current builder. |