Class AutoCompleteView
public class AutoCompleteView : View, INotifyPropertyChanged, IVisualTreeElement, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, IAutoCompleteView, IView, IElement, ITransform
- Inheritance
-
AutoCompleteView
- Implements
- Inherited Members
- Extension Methods
Constructors
AutoCompleteView()
public AutoCompleteView()
Fields
ItemsSourceProperty
public static readonly BindableProperty ItemsSourceProperty
Field Value
ReturnCommandParameterProperty
public static readonly BindableProperty ReturnCommandParameterProperty
Field Value
ReturnCommandProperty
public static readonly BindableProperty ReturnCommandProperty
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 readonly BindableProperty ThresholdProperty
Field Value
Properties
ItemsSource
public IList ItemsSource { get; set; }
Property Value
ReturnCommand
public ICommand ReturnCommand { get; set; }
Property Value
ReturnCommandParameter
public object ReturnCommandParameter { 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
Events
Completed
public event EventHandler Completed
Event Type
TextChanged
public event EventHandler<TextChangedEventArgs> TextChanged