[]
The AutoComplete control is an input control that allows callers to customize the item list as the user types.
public class AutoComplete<T> : AutoCompleteBase<T>, IHtmlContent, ITemplate, IDropDown
Name | Description |
---|---|
T |
The control is similar to the ComboBox, except the item source is a function (ItemsSourceFunction) rather than a static list. For example, you can look up items on remote databases as the user types.
Name | Description |
---|---|
AutoComplete(IHtmlHelper, string) | Creates one AutoComplete<T> instance. |
Name | Description |
---|---|
Render(TextWriter, HtmlEncoder) |