[]
A control control allows users to pick items from lists that contain custom objects or simple strings.
public class MultiAutoComplete<T> : AutoCompleteBase<T>, IHtmlString, ITemplate, IDropDown
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| MultiAutoComplete(HtmlHelper, string) | Creates one MultiAutoComplete<T> instance. |
| Name | Description |
|---|---|
| MaxSelectedItems | Gets or sets the maximum number of items that can be selected. |
| OnClientSelectedItemsChanged | Occurs when the value of the selectedItems property changes. |
| SelectedIndexes | Gets or sets a list containing the indexes of the items that are currently selected. |
| SelectedMemberPath | Gets or sets the name of the property used to control which item will be selected. |
| SelectedValues | Gets or sets an object array containing the item-values that are currently selected. |