ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1AutoComplete Namespace / C1AutoComplete Class
Properties Methods Events

In This Topic
    C1AutoComplete Class Members
    In This Topic

    The following tables list the members exposed by C1AutoComplete.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1AutoComplete class.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public PropertyWhich element the menu should be appended to. Reference: http://jqueryui.com/demos/autocomplete/#appendTo  
    Public Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public PropertyIf set to true the first item will be automatically focused. Reference: http://jqueryui.com/demos/autocomplete/#autoFocus  
    Public PropertyGets or sets the value that indicates whether or not the control posts back to the server each time a user interacts with the control.  
    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 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 PropertyGets or sets the name of the field from the data source to bind to the category.  
    Public PropertyGets or sets the name of the field from the data source to bind to the label.  
    Public Property (Inherited from System.Web.UI.WebControls.DataBoundControl)
    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 name of the field from the data source to bind to the value.  
    Public PropertyThe delay in milliseconds the Autocomplete waits after a keystroke to activate itself. A zero-delay makes sense for local data (more responsive), but can produce a lot of load for remote data, while being less responsive. Reference: http://jqueryui.com/demos/autocomplete/#delay  
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    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.Control)
    Public PropertyGets a C1AutoCompleteDataItemCollection object that contains the items of the current C1AutoComplete control.  
    Public Property (Inherited from System.Web.UI.WebControls.DataBoundControl)
    Public PropertyGets or sets the value that indicates whether or not Loads on demand is enabled. If it set to true, the auto complete will get suggestions from datasource you specified.  
    Public PropertyGets or sets the value that indicates the max number of callback results (you must specified the data source and set property "LoadOnDemand" to true) .  
    Public PropertyThe attribute "maxlength" of textbox.  
    Public PropertyThe minimum number of characters a user has to type before the Autocomplete activates. Zero is useful for local data with just a few items. Should be increased when there are a lot of items, where a single character would match a few thousand items. Reference: http://jqueryui.com/demos/autocomplete/#minLength  
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyThe name of the function which will be called when the field is blurred, if the value has changed; ui.item refers to the selected item.  
    Public PropertyThe name of the function which will be called when the list is hidden - doesn't have to occur together with a change.  
    Public PropertyThe name of the function which will be called when autocomplete is created.  
    Public PropertyThe name of the function which will be called before focus is moved to an item (not selecting), ui.item refers to the focused item. The default action of focus is to replace the text field's value with the value of the focused item, though only if the focus event was triggered by a keyboard interaction. Canceling this event prevents the value from being updated, but does not prevent the menu item from being focused.  
    Public PropertyThe name of the function which will be called when the suggestion menu is opened.  
    Public PropertyThe name of the function which will be called when a search completes, even if the menu will not be shown because there are no results or the Autocomplete is disabled.  
    Public PropertyThe name of the function which will be called Before a request (source-option) is started, after minLength and delay are met. Can be canceled (return false), then no request will be started and no items suggested.  
    Public PropertyThe name of the function which will be called when an item is selected from the menu; ui.item refers to the selected item. The default action of select is to replace the text field's value with the value of the selected item. Canceling this event prevents the value from being updated, but does not prevent the menu from closing.  
    Public Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyIdentifies the position of the Autocomplete widget in relation to the associated input element. The "of" option defaults to the input element, but you can specify another element to position against. You can refer to the jQuery UI Position utility for more details about the various options. Reference: http://jqueryui.com/demos/autocomplete/#position  
    Public Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.WebControls.DataBoundControl)
    Public Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public PropertyDefines the data to use, must be specified. See Overview section for more details, and look at the various demos. Reference: http://jqueryui.com/demos/autocomplete/#source  
    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 PropertyGets or sets the text of autocomplete control.  
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public PropertyOverridden.   
    Public Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    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 MethodOverridden. This method overrides the generic DataBind method to bind the related data to the control.  
    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 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 before C1AutoCompleteDataItem is created in data binding.  
    Public EventOccurs after C1AutoCompleteDataItem is created in data binding.  
    Public EventOccurs after item of C1AutoComplete is selected.  
    Public Event (Inherited from System.Web.UI.Control)
    Public Event (Inherited from System.Web.UI.Control)
    Public EventOccurs after text of C1AutoComplete is changed.  
    Public Event (Inherited from System.Web.UI.Control)
    Top
    See Also