Class AutoCompleteTextField
public class AutoCompleteTextField : InputField, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ILayout, ILayoutController, IVisualTreeElement, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, IValidatable, INotifyPropertyChanged
- Inheritance
-
AutoCompleteTextField
- Implements
- Inherited Members
- Extension Methods
Constructors
AutoCompleteTextField()
public AutoCompleteTextField()
Fields
AllowClearProperty
public static BindableProperty AllowClearProperty
Field Value
ItemsSourceProperty
public static readonly BindableProperty ItemsSourceProperty
Field Value
SelectedTextProperty
public static readonly BindableProperty SelectedTextProperty
Field Value
TextColorProperty
public static readonly BindableProperty TextColorProperty
Field Value
TextProperty
public static readonly BindableProperty TextProperty
Field Value
ThresholdProperty
public static BindableProperty ThresholdProperty
Field Value
iconClear
protected ContentView iconClear
Field Value
Properties
AllowClear
public bool AllowClear { get; set; }
Property Value
AutoCompleteView
public AutoCompleteView AutoCompleteView { get; }
Property Value
Content
public override View Content { get; set; }
Property Value
HasValue
public override bool HasValue { get; }
Property Value
ItemsSource
public IList<string> ItemsSource { get; set; }
Property Value
SelectedText
public string SelectedText { get; set; }
Property Value
Text
public string Text { get; set; }
Property Value
TextColor
public Color TextColor { get; set; }
Property Value
Threshold
public int Threshold { get; set; }
Property Value
Methods
GetValueForValidator()
protected override object GetValueForValidator()
Returns
OnAllowClearChanged()
protected virtual void OnAllowClearChanged()
OnClearTapped()
protected virtual void OnClearTapped()
OnHandlerChanged()
When overridden in a derived class, should raise the HandlerChanged event.
protected override void OnHandlerChanged()
Remarks
It is the implementor's responsibility to raise the HandlerChanged event.
UpdateClearIconState()
protected virtual void UpdateClearIconState()
Events
TextChanged
public event EventHandler<TextChangedEventArgs> TextChanged