[]
Configurates SelectedValue. Sets the value of the SelectedItem, obtained using the SelectedValuePath.
public ListBoxBuilder<T> SelectedValue(object value)
Type | Name | Description |
---|---|---|
object | value | The value. |
Type | Description |
---|---|
ListBoxBuilder<T> | Current builder. |