ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBox Class
Properties Methods Events

In This Topic
    C1ComboBox Class Members
    In This Topic

    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 Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    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 PropertyA string array value specifies all css/js references that wijmo control depends on. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase)
    Public PropertyContent Delivery Network path. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase)
    Public Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyCollection of columns in the combobox.  
    Public Property  
    Public Property  
    Public Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    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 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 PropertyGets 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)
    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 PropertyEnable 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)
    Public PropertyGets or sets a value indicating whether the Web server control is enabled. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase)
    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 Property (Inherited from System.Web.UI.WebControls.WebControl)
    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 PropertyCollection of child items in the combobox.  
    Public PropertyGets or sets the template of the items.  
    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 Property (Inherited from System.Web.UI.Control)
    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 Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyA 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.  
    Public PropertyGets or sets the SelectedIndices of C1ComboBox.  
    Public PropertyGets the SelectedItem of C1ComboBox.  
    Public PropertyGets the SelectedItems of C1ComboBox.  
    Public PropertyGets or sets the SelectedValue of C1ComboBox.  
    Public Property/// 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.  
    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.Control)
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    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 Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyText in the combobox.  
    Public PropertyName 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)
    Public PropertyA 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)
    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 PropertyOverridden. Gets the uniqueID of this control  
    Public PropertyDetermines 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)
    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.  
    Public PropertyA 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)
    Public PropertyIndicates the control applies the theme of JQuery UI or Bootstrap. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase)
    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 MethodGets the property value by property name. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase)
    Public MethodOverloaded.  (Inherited from System.Web.UI.Control)
    Public MethodWhen overridden in a derived class, registers the WidgetDescriptor objects for the control. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase)
    Public MethodWhen overridden in a derived class, registers an additional script libraries for the extender control. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase)
    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 MethodRegister design time stylesheet (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase)
    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 MethodSets the property value by property name. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase)
    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