ComboBox for ASP.NET Web Forms
C1ComboBox Class Members
Properties  Methods  Events

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1ComboBox Namespace : C1ComboBox Class

The following tables list the members exposed by C1ComboBox.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the class.  
Top
Public Properties
 NameDescription
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyGets or sets a value determines whether to append bound items for C1ComboBox.  
Public PropertyA value that determines whether to start the auto-complete function after typing in the text if a match exists. Default: true. Type: Boolean.  
Public PropertyA value determines whether to shorten the drop-down list items by matching the text in the textbox after typing. Default: true. Type: Boolean.  
Public PropertySets or retrieves a value that indicates whether or not the control posts back to the server each time a user interacts with the control.  
Public PropertyGets or sets a value that determines which means to populate data for c1combobox(without posting back).  
Public Property (Inherited from System.Web.UI.Control)
Public Property  
Public Property  
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public Property (Inherited from System.Web.UI.WebControls.DataBoundControl)
Public PropertyGets or sets the field in the data source from which to load item state.  
Public Property (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
Public Property (Inherited from System.Web.UI.WebControls.DataBoundControl)
Public PropertyGets or sets the field in the data source from which to load text values.  
Public PropertyThe formatting applied to the text field. For example,"{0:d}".  
Public PropertyGets or sets the field in the data source from which to load item values.  
Public PropertyA value that determines the duration (in milliseconds) of the time to delay before autocomplete begins after typing stops. Default: 300. Type: Number.  
Public PropertyA value that specifies the height of the drop-down list. Default: 300. Type: Number.  
Public PropertyA value that specifies the position options of the drop-down list  
Public PropertyA value that specifies the width of the drop-down list. Default: "-1". Type: Number.  
Public PropertyGets or sets a value that determines whether to enable callback to load C1ComboBoxItems on demand.  
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public Property (Inherited from System.Web.UI.Control)
Public PropertyA 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.  
Public PropertyA value that determines whether to check the input text against the text of the selected item when the focus blurs. Default: false. Type: Boolean.  
Public PropertyOverridden. Gets or sets the Height of the combobox.  
Public PropertyA value specifies the animation options for the drop-down list when it is hidden. Default: null. Type: Object.  
Public PropertyA 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.  
Public Property (Inherited from System.Web.UI.Control)
Public PropertyA value that determines whether input is editable. Default: true. Type: Boolean.  
Public Property (Inherited from System.Web.UI.WebControls.DataBoundControl)
Public PropertyA value that specifies the text in the wijcombobox label. Default: null. Type: String.  
Public PropertyA 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.  
Public PropertyA value that specifies the separator for the multiple selected items text in the textbox. Default: ",". Type: String.  
Public PropertyA function called when select item is changed.  
Public PropertyA function called when drop-down list is closed.  
Public PropertyA function called when drop-down list is opened.  
Public PropertyA function called before searching the list.  
Public PropertyA function called when any item in list is selected.  
Public PropertyA function called after the selected index of the C1ComboBox has changed.  
Public PropertyA function called when the selected index of the C1ComboBox is about to change.  
Public PropertyA function called when when the Text property is changed.  
Public PropertyA 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.  
Public Property  
Public Property (Inherited from System.Web.UI.WebControls.DataBoundControl)
Public PropertyA value that determines whether to select the item when the item gains focus or is activated. Default: false. Type: Boolean.  
Public PropertyA value that specifies the animation options for a drop-down list when it is visible. Default: null. Type: Object.  
Public PropertyA value that determines whether to show the trigger of wijcombobox. Default: true. Type: Boolean.  
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public Property (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyText in the combobox.  
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyA value that specifies the position of the drop-down list trigger. Default: "right". Type: String.  
Public Property (Inherited from System.Web.UI.Control)
Public Property (Inherited from System.Web.UI.Control)
Public PropertyOverridden. Gets or sets the width of the combobox.  
Top
Public Methods
 NameDescription
Public Method (Inherited from System.Web.UI.WebControls.WebControl)
Public Method (Inherited from System.Web.UI.Control)
Public Method (Inherited from System.Web.UI.WebControls.WebControl)
Public Method (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
Public Method (Inherited from System.Web.UI.Control)
Public Method (Inherited from System.Web.UI.Control)
Public Method (Inherited from System.Web.UI.Control)
Public MethodOverloaded.  (Inherited from System.Web.UI.Control)
Public Method (Inherited from System.Web.UI.Control)
Public Method (Inherited from System.Web.UI.Control)
Public MethodOverloaded. Loads control layout properties from the file.  
Public Method (Inherited from System.Web.UI.WebControls.WebControl)
Public Method (Inherited from System.Web.UI.WebControls.WebControl)
Public Method (Inherited from System.Web.UI.Control)
Public Method (Inherited from System.Web.UI.WebControls.WebControl)
Public Method (Inherited from System.Web.UI.Control)
Public Method (Inherited from System.Web.UI.Control)
Public MethodOverloaded. Saves the control layout properties to the file.  
Public Method (Inherited from System.Web.UI.Control)
Top
Public Events
 NameDescription
Public EventOccurs after C1ComboBoxItem is created in data binding.  
Public EventOccurs when C1ComboBox requests data from data scource.  
Public Event (Inherited from System.Web.UI.WebControls.DataBoundControl)
Public Event (Inherited from System.Web.UI.WebControls.DataBoundControl)
Public Event (Inherited from System.Web.UI.Control)
Public Event (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
Public Event (Inherited from System.Web.UI.Control)
Public Event (Inherited from System.Web.UI.Control)
Public EventOccurs when C1ComboBoxItem is binding data.  
Public EventOccurs when C1ComboBox requests data from client side.  
Public Event (Inherited from System.Web.UI.Control)
Public Event (Inherited from System.Web.UI.Control)
Public EventOccurs when selected index of C1ComboBox is changed(with postback).  
Public Event (Inherited from System.Web.UI.Control)
Top
See Also

Reference

C1ComboBox Class
C1.Web.Wijmo.Controls.C1ComboBox Namespace