[]
Sets the SelectedIndexes property.
public MultiAutoCompleteBuilder<T> SelectedIndexes(params int[] value)
Public Function SelectedIndexes(ParamArray value As Integer()) As MultiAutoCompleteBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| int[] | value | The value |
| Type | Description |
|---|---|
| MultiAutoCompleteBuilder<T> | Current builder |
Gets or sets a list containing the indexes of the items that are currently selected.