[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.MultiAutoCompleteBuilder-1

MultiAutoCompleteBuilder<T> Class

Defines a builder to configurate MultiAutoComplete<T>.

Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class MultiAutoCompleteBuilder<T> : AutoCompleteBaseBuilder<T, MultiAutoComplete<T>, MultiAutoCompleteBuilder<T>>, IHtmlString
Type Parameters
Name Description
T

Constructors

Name Description
MultiAutoCompleteBuilder(MultiAutoComplete<T>)

Creates one MultiAutoCompleteBuilder<T> instance to configurate component.

Methods

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.

Extension Methods