[]
ITagHelper implementation for MultiAutoComplete<T>.
[HtmlTargetElement("c1-multi-auto-complete")]
[RestrictChildren("c1-items-source", new string[] { "c1-odata-source", "c1-odata-virtual-source", "c1-input-item-template" })]
public class MultiAutoCompleteTagHelper : AutoCompleteBaseTagHelper<object, MultiAutoComplete<object>>, ITagHelper, ITagHelperComponent, ITemplateTagHelper
Name | Description |
---|---|
MultiAutoCompleteTagHelper() |
Name | Description |
---|---|
MaxSelectedItems | Configurates MaxSelectedItems. Sets the maximum number of items that can be selected. |
SelectedIndexes | Configurates SelectedIndexes. Sets a list containing the indexes of the items that are currently selected. |
SelectedItemsChanged | Configurates the OnClientSelectedItemsChanged client event. Occurs when the value of the selectedItems property changes. |
SelectedMemberPath | Configurates SelectedMemberPath. Sets the name of the property used to control which item will be selected. |
SelectedValues | Configurates SelectedValues. Sets an object array containing the item-values that are currently selected. |
Name | Description |
---|---|
ProcessAttributes(TagHelperContext, object) | Processes the attributes set in the taghelper. |