[]
        
(Showing Draft Content)

C1.Web.Mvc.ComboBox-1

ComboBox<T> Class

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.

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

Constructors

Name Description
ComboBox(HtmlHelper, string)

Creates one ComboBox<T> instance.

Properties

Name Description
Name

Gets or sets the name of the ComboBox control.

Methods

Name Description
Render(HtmlTextWriter)

Render the control or the callback result to the writer.

Extension Methods