| Name | Description |
| AccessKey | (Inherited from System.Web.UI.WebControls.WebControl) |
| AppendDataBoundItems | Gets or sets a value determines whether to append bound items for C1ComboBox. |
| AppRelativeTemplateSourceDirectory | (Inherited from System.Web.UI.Control) |
| Attributes | (Inherited from System.Web.UI.WebControls.WebControl) |
| AutoComplete | A value that determines whether to start the auto-complete function after typing in the text if a match exists. Default: true. Type: Boolean. |
| AutoFilter | A value determines whether to shorten the drop-down list items by matching the text in the textbox after typing. Default: true. Type: Boolean. |
| AutoPostBack | Sets or retrieves a value that indicates whether or not the control posts back to the server each time a user interacts with the control. |
| CallbackDataPopulate | Gets or sets a value that determines which means to populate data for c1combobox(without posting back). |
| CDNDependencyPaths | A string array value specifies all css/js references that wijmo control depends on. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase) |
| CDNPath | Content Delivery Network path. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase) |
| ClientID | (Inherited from System.Web.UI.Control) |
| ClientIDMode | (Inherited from System.Web.UI.Control) |
| Columns | Collection of columns in the combobox. |
| CommandArgument | |
| CommandName | |
| Controls | (Inherited from System.Web.UI.Control) |
| ControlStyle | (Inherited from System.Web.UI.WebControls.WebControl) |
| ControlStyleCreated | (Inherited from System.Web.UI.WebControls.WebControl) |
| CssClass | (Inherited from System.Web.UI.WebControls.WebControl) |
| DataMember | (Inherited from System.Web.UI.WebControls.DataBoundControl) |
| DataSelectedField | Gets or sets the field in the data source from which to load item state. |
| DataSource | (Inherited from System.Web.UI.WebControls.BaseDataBoundControl) |
| DataSourceID | (Inherited from System.Web.UI.WebControls.DataBoundControl) |
| DataSourceObject | (Inherited from System.Web.UI.WebControls.DataBoundControl) |
| DataTextField | Gets or sets the field in the data source from which to load text values. |
| DataTextFormatString | The formatting applied to the text field. For example,"{0:d}". |
| DataValueField | Gets or sets the field in the data source from which to load item values. |
| Delay | A value that determines the duration (in milliseconds) of the time to delay before autocomplete begins after typing stops. Default: 300. Type: Number. |
| DisplayVisible | Gets or sets a value that indicates whether a server control is rendered as UI on the page. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase) |
| DropdownHeight | A value that specifies the height of the drop-down list. Default: 300. Type: Number. |
| DropDownListPosition | A value that specifies the position options of the drop-down list |
| DropdownWidth | A value that specifies the width of the drop-down list. Default: "-1". Type: Number. |
| EnableCallBackMode | Gets or sets a value that determines whether to enable callback to load C1ComboBoxItems on demand. |
| EnableCombinedJavaScripts | Enable JavaScripts files combined into one file. In order to combined enabled, you must register the WijmoHttpHandler in web.config. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase) |
| Enabled | Gets or sets a value indicating whether the Web server control is enabled. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase) |
| EnableTheming | (Inherited from System.Web.UI.WebControls.WebControl) |
| EnableViewState | (Inherited from System.Web.UI.Control) |
| EnsureDropDownOnBody | A value indicating the dropdown element will be append to the body or combobox container. If the value is true, the dropdown list will be appended to body element, else it will append to the combobox container. Default: true. Type: Boolean. |
| ForceSelectionText | A value that determines whether to check the input text against the text of the selected item when the focus blurs. Default: false. Type: Boolean. |
| HasAttributes | (Inherited from System.Web.UI.WebControls.WebControl) |
| Height | Overridden. Gets or sets the Height of the combobox. |
| HidingAnimation | A value specifies the animation options for the drop-down list when it is hidden. Default: null. Type: Object. |
| HighlightMatching | A value that determines whether to highlight the keywords in an item. If "abc" is typed in the textbox, all "abc" matches are highlighted in the drop-down list. Default: true. Type: Boolean. |
| ID | (Inherited from System.Web.UI.Control) |
| IsEditable | A value that determines whether input is editable. Default: true. Type: Boolean. |
| Items | Collection of child items in the combobox. |
| ItemsTemplate | Gets or sets the template of the items. |
| ItemType | (Inherited from System.Web.UI.WebControls.DataBoundControl) |
| LabelText | A value that specifies the text in the wijcombobox label. Default: null. Type: String. |
| MinLength | A value that determines the minimum length of text that can be entered in the wijcombobox text box to issue an AJAX request. Default: 4. Type: Number. |
| MultipleSelectionSeparator | A value that specifies the separator for the multiple selected items text in the textbox. Default: ",". Type: String. |
| NamingContainer | (Inherited from System.Web.UI.Control) |
| OnClientChanged | A function called when select item is changed. |
| OnClientClose | A function called when drop-down list is closed. |
| OnClientOpen | A function called when drop-down list is opened. |
| OnClientSearch | A function called before searching the list. |
| OnClientSelect | A function called when any item in list is selected. |
| OnClientSelectedIndexChanged | A function called after the selected index of the C1ComboBox has changed. |
| OnClientSelectedIndexChanging | A function called when the selected index of the C1ComboBox is about to change. |
| OnClientTextChanged | A function called when when the Text property is changed. |
| Page | (Inherited from System.Web.UI.Control) |
| Parent | (Inherited from System.Web.UI.Control) |
| RenderingCompatibility | (Inherited from System.Web.UI.Control) |
| SelectedIndex | A value that specifies the index of the item to select when using single mode. If the selectionMode is "multiple", then this option could be set to an array of Number which contains the indices of the items to select. Default: -1. Type: Number/Array. |
| SelectedIndices | Gets or sets the SelectedIndices of C1ComboBox. |
| SelectedItem | Gets the SelectedItem of C1ComboBox. |
| SelectedItems | Gets the SelectedItems of C1ComboBox. |
| SelectedValue | Gets or sets the SelectedValue of C1ComboBox. |
| SelectElementWidthFix | /// A value that specifies the index of the item to select when using single mode. /// If the selectionMode is "multiple", then this option could be set /// to an array of Number which contains the indices of the items to select. /// Default: -1. /// Type: Number/Array. /// A value added to the width of the target select element to account for the scroll bar width of superpanel. Default: 6. Type: Number. Unit for this value is pixel. Because the width of the scroll bar may be different between browsers if wijcombobox is initialized with the width of the HTML select element, the text may be hidden by the scroll bar of wijcombobox. |
| SelectionMode | |
| SelectMethod | (Inherited from System.Web.UI.WebControls.DataBoundControl) |
| SelectOnItemFocus | A value that determines whether to select the item when the item gains focus or is activated. Default: false. Type: Boolean. |
| ShowingAnimation | A value that specifies the animation options for a drop-down list when it is visible. Default: null. Type: Object. |
| ShowTrigger | A value that determines whether to show the trigger of wijcombobox. Default: true. Type: Boolean. |
| Site | (Inherited from System.Web.UI.Control) |
| SkinID | (Inherited from System.Web.UI.WebControls.WebControl) |
| Style | (Inherited from System.Web.UI.WebControls.WebControl) |
| SupportsDisabledAttribute | (Inherited from System.Web.UI.WebControls.BaseDataBoundControl) |
| TabIndex | (Inherited from System.Web.UI.WebControls.WebControl) |
| TemplateControl | (Inherited from System.Web.UI.Control) |
| TemplateSourceDirectory | (Inherited from System.Web.UI.Control) |
| Text | Text in the combobox. |
| Theme | Name of the theme that will be used to style the widgets. Available embedded themes include: aristo, midnight, and ui-lightness. Note that only one theme can be used for the whole page at one time. Please make sure that all widget extenders have the same Theme value. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase) |
| ThemeSwatch | A value that indicates the theme swatch of the control, this property only works when WijmoControlMode property is Mobile. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase) |
| ToolTip | (Inherited from System.Web.UI.WebControls.WebControl) |
| TriggerPosition | A value that specifies the position of the drop-down list trigger. Default: "right". Type: String. |
| UniqueID | Overridden. Gets the uniqueID of this control |
| UseCDN | Determines whether the widget extender must load client resources from CDN (Content Delivery Network) path given by property CDNPath. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase) |
| ValidateRequestMode | (Inherited from System.Web.UI.Control) |
| ViewStateMode | (Inherited from System.Web.UI.Control) |
| Width | Overridden. Gets or sets the width of the combobox. |
| WijmoControlMode | A value that indicates mode of the control, whether it is a mobile or web control. Note that only one value can be used for the whole website or project. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase) |
| WijmoCssAdapter | Indicates the control applies the theme of JQuery UI or Bootstrap. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase) |