[]
The auto-complete control is an editable input control that shows completion suggestions automatically while the user is typing. The list of suggestions is displayed in a drop down menu from which the user.
public class C1AutoComplete : C1ComboBox, IComponent, IDisposable
| Name | Description |
|---|---|
| C1AutoComplete() | Initializes a new instance of the C1AutoComplete class. |
| Name | Description |
|---|---|
| AutoCompleteModeProperty | Identifies the AutoCompleteMode dependency property. |
| DelayProperty | Identifies the Delay dependency property. |
| HighlightColorProperty | Identifies the HighlightColor dependency property. |
| MinLengthProperty | Identifies the MinLength dependency property. |
| Name | Description |
|---|---|
| AutoCompleteMode | Gets or sets the mode that the DropDown uses to display the DropDownView. |
| Delay | Gets or sets the delay, in milliseconds, between when input occurs and when the search is performed. |
| FilterString | Gets the filter string used to show autocomplete suggestions. |
| HighlightColor | Gets or sets the matched text hightlight color. |
| MinLength | Gets or sets the minimum input length to trigger autocomplete suggestions. |
| Name | Description |
|---|---|
| CreateItemView(object) | Create the visual representation of an item. |
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| OnCollectionChanged(object, NotifyCollectionChangedEventArgs) | |
| OnFiltering(AutoCompleteFilteringEventArgs) | Handle Filtering event. |
| Name | Description |
|---|---|
| Filtering | Event raised when the control is about to apply a filter to the list of items. |