[]
Configurates SelectedIndex. Sets the index of the currently selected item in the drop-down list.
public virtual TBuilder SelectedIndex(int value)
Public Overridable Function SelectedIndex(value As Integer) As TBuilder
| Type | Name | Description |
|---|---|---|
| int | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |