[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.MultiAutoCompleteTagHelper

MultiAutoCompleteTagHelper Class

ITagHelper implementation for MultiAutoComplete<T>.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[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

Constructors

Name Description
MultiAutoCompleteTagHelper()

Properties

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.

Methods

Name Description
ProcessAttributes(TagHelperContext, object)

Processes the attributes set in the taghelper.