[]
        
(Showing Draft Content)

C1.Web.Mvc.MultiAutoComplete-1

MultiAutoComplete<T> Class

A control control allows users to pick items from lists that contain custom objects or simple strings.

Inheritance
MultiAutoComplete<T>
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class MultiAutoComplete<T> : AutoCompleteBase<T>, IHtmlString, ITemplate, IDropDown
Type Parameters
Name Description
T

Constructors

Name Description
MultiAutoComplete(HtmlHelper, string)

Creates one MultiAutoComplete<T> instance.

Properties

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.

Extension Methods