[]
Configurates SelectedIndex. Sets the index of the currently selected item.
public MultiSelectListBoxBuilder<T> SelectedIndex(int value)
| Type | Name | Description |
|---|---|---|
| int | value | The value. |
| Type | Description |
|---|---|
| MultiSelectListBoxBuilder<T> | Current builder. |