[]
        
(Showing Draft Content)

C1.iOS.Input.C1AutoComplete

C1AutoComplete Class

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.

Inheritance
C1AutoComplete
Implements
IComponent
IDisposable
Namespace: C1.iOS.Input
Assembly: C1.iOS.Input.dll
Syntax
public class C1AutoComplete : C1ComboBox, IDependencyObject, IComponent, IDisposable, IFlowDirection

Constructors

Name Description
C1AutoComplete()

Initializes a new instance of the C1AutoComplete class.

C1AutoComplete(IntPtr)

Initializes a new instance of the C1AutoComplete class.

Fields

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.

Properties

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.

Methods

Name Description
CreateItemView(object)

Create the visual representation of an item.

Dispose(bool)
OnCollectionChanged(object, NotifyCollectionChangedEventArgs)
OnFiltering(AutoCompleteFilteringEventArgs)

Handle Filtering event.

Events

Name Description
Filtering

Event raised when the control is about to apply a filter to the list of items.