Table of Contents

Class AutoCompleteView

Namespace
UraniumUI.Controls
Assembly
UraniumUI.dll
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

BindableProperty

ReturnCommandParameterProperty

public static readonly BindableProperty ReturnCommandParameterProperty

Field Value

BindableProperty

ReturnCommandProperty

public static readonly BindableProperty ReturnCommandProperty

Field Value

BindableProperty

SelectedTextProperty

public static readonly BindableProperty SelectedTextProperty

Field Value

BindableProperty

TextColorProperty

public static readonly BindableProperty TextColorProperty

Field Value

BindableProperty

TextProperty

public static readonly BindableProperty TextProperty

Field Value

BindableProperty

ThresholdProperty

public static readonly BindableProperty ThresholdProperty

Field Value

BindableProperty

Properties

ItemsSource

public IList ItemsSource { get; set; }

Property Value

IList

ReturnCommand

public ICommand ReturnCommand { get; set; }

Property Value

ICommand

ReturnCommandParameter

public object ReturnCommandParameter { get; set; }

Property Value

object

SelectedText

public string SelectedText { get; set; }

Property Value

string

Text

public string Text { get; set; }

Property Value

string

TextColor

public Color TextColor { get; set; }

Property Value

Color

Threshold

public int Threshold { get; set; }

Property Value

int

Events

Completed

public event EventHandler Completed

Event Type

EventHandler

TextChanged

public event EventHandler<TextChangedEventArgs> TextChanged

Event Type

EventHandler<TextChangedEventArgs>