[]
The ComboBox control allows users to pick strings from lists. The control automatically completes entries as the user types, and allows users to show a drop-down list with the items available.
public class ComboBox<T> : ComboBoxBase<T>, IHtmlString, ITemplate, IDropDown
Name | Description |
---|---|
T |
Name | Description |
---|---|
ComboBox(HtmlHelper, string) | Creates one ComboBox<T> instance. |
Name | Description |
---|---|
Name | Gets or sets the name of the ComboBox control. |
Name | Description |
---|---|
Render(HtmlTextWriter) | Render the control or the callback result to the writer. |