[]
Defines a builder to configurate MultiAutoComplete<T>.
public class MultiAutoCompleteBuilder<T> : AutoCompleteBaseBuilder<T, MultiAutoComplete<T>, MultiAutoCompleteBuilder<T>>, IHtmlString
Name | Description |
---|---|
T |
Name | Description |
---|---|
MultiAutoCompleteBuilder(MultiAutoComplete<T>) | Creates one MultiAutoCompleteBuilder<T> instance to configurate |
Name | Description |
---|---|
MaxSelectedItems(int?) | Configurates MaxSelectedItems. Sets the maximum number of items that can be selected. |
OnClientSelectedItemsChanged(string) | Configurates the OnClientSelectedItemsChanged client event. Occurs when the value of the selectedItems property changes. |
SelectedIndexes(params int[]) | Sets the SelectedIndexes property. |
SelectedMemberPath(string) | Configurates SelectedMemberPath. Sets the name of the property used to control which item will be selected. |
SelectedValues(IEnumerable<object>) | Configurates SelectedValues. Sets an object array containing the item-values that are currently selected. |