Class RadAutoComplete
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class RadAutoComplete : RadView, INotifyNativeControlLoaded, IParentElement
Constructors
RadAutoComplete()
Declaration
public RadAutoComplete()
Fields
BorderColorProperty
Identifies the BorderColor property.
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
CompletionModeProperty
Identifies the CompletionMode property.
Declaration
public static readonly BindableProperty CompletionModeProperty
Field Value
Xamarin.Forms.BindableProperty
|
DisplayModeProperty
Identifies the DisplayMode property.
Declaration
public static readonly BindableProperty DisplayModeProperty
Field Value
Xamarin.Forms.BindableProperty
|
FilteredItemsProperty
Identifies the FilteredItems property.
Declaration
public static readonly BindableProperty FilteredItemsProperty
Field Value
Xamarin.Forms.BindableProperty
|
FontFamilyProperty
Identifies the FontFamily property.
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Xamarin.Forms.BindableProperty
|
FontSizeProperty
Identifies the FontSize property.
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Xamarin.Forms.BindableProperty
|
FontWeightProperty
Identifies the FontWeight property.
Declaration
public static readonly BindableProperty FontWeightProperty
Field Value
Xamarin.Forms.BindableProperty
|
ImagePathProperty
Identifies the ImagePath property.
Declaration
public static readonly BindableProperty ImagePathProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsClearButtonVisibleProperty
Identifies the IsClearButtonVisible property.
Declaration
public static readonly BindableProperty IsClearButtonVisibleProperty
Field Value
Xamarin.Forms.BindableProperty
|
ItemsSourceProperty
Identifies the ItemsSource property.
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Xamarin.Forms.BindableProperty
|
NoResultsMessageProperty
Identifies the IsClearButtonVisible property.
Declaration
public static readonly BindableProperty NoResultsMessageProperty
Field Value
Xamarin.Forms.BindableProperty
|
SearchThresholdProperty
Identifies the SearchThreshold property.
Declaration
public static readonly BindableProperty SearchThresholdProperty
Field Value
Xamarin.Forms.BindableProperty
|
SelectedTokenStyleProperty
Identifies the SelectedTokenStyle property.
Declaration
public static readonly BindableProperty SelectedTokenStyleProperty
Field Value
Xamarin.Forms.BindableProperty
|
ShowSuggestionViewProperty
Identifies the ShowSuggestionView property.
Declaration
public static readonly BindableProperty ShowSuggestionViewProperty
Field Value
Xamarin.Forms.BindableProperty
|
SuggestionItemTemplateProperty
Identifies the SuggestionItemTemplate property.
Declaration
public static readonly BindableProperty SuggestionItemTemplateProperty
Field Value
Xamarin.Forms.BindableProperty
|
SuggestionItemTextColorProperty
Identifies the SuggestionItemTextColor property.
Declaration
public static readonly BindableProperty SuggestionItemTextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
SuggestionViewBackgroundColorProperty
Identifies the SuggestionViewBackgroundColor property.
Declaration
public static readonly BindableProperty SuggestionViewBackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
SuggestionViewHeightProperty
Identifies the SuggestionViewHeight property.
Declaration
public static readonly BindableProperty SuggestionViewHeightProperty
Field Value
Xamarin.Forms.BindableProperty
|
SuggestModeProperty
Identifies the SuggestMode property.
Declaration
public static readonly BindableProperty SuggestModeProperty
Field Value
Xamarin.Forms.BindableProperty
|
TextColorProperty
Identifies the TextColor property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Xamarin.Forms.BindableProperty
|
TextSearchPathProperty
Identifies the TextSearchPath property.
Declaration
public static readonly BindableProperty TextSearchPathProperty
Field Value
Xamarin.Forms.BindableProperty
|
TokensProperty
Identifies the Tokens property.
Declaration
public static readonly BindableProperty TokensProperty
Field Value
Xamarin.Forms.BindableProperty
|
TokenStyleProperty
Identifies the TokenStyle property.
Declaration
public static readonly BindableProperty TokenStyleProperty
Field Value
Xamarin.Forms.BindableProperty
|
WatermarkProperty
Identifies the Watermark property.
Declaration
public static readonly BindableProperty WatermarkProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
BorderColor
Gets or sets the BorderColor of the component.
Declaration
public Color BorderColor { get; set; }
Property Value
Xamarin.Forms.Color
|
CompletionMode
Gets or sets the CompletionMode of the component.
Declaration
public CompletionMode CompletionMode { get; set; }
Property Value
CompletionMode
The CompletionMode. |
DisplayMode
Gets or sets the DisplayMode of the component.
Declaration
public SuggestionsDisplayMode DisplayMode { get; set; }
Property Value
SuggestionsDisplayMode
The DisplayMode. |
FilteredItems
Gets or sets the FilteredItems of the component.
Declaration
public IEnumerable FilteredItems { get; }
Property Value
System.Collections.IEnumerable
The FilteredItems. |
FontFamily
Gets or sets the FontFamily of the component.
Declaration
public string FontFamily { get; set; }
Property Value
System.String
The FontFamily. |
FontSize
Gets or sets the FontSize of the component.
Declaration
public double FontSize { get; set; }
Property Value
System.Double
The FontSize. |
FontWeight
Gets or sets the FontWeight of the component.
Declaration
public FontWeight FontWeight { get; set; }
Property Value
FontWeight
The FontWeight. |
ImagePath
Gets or sets the ImagePath of the component.
Declaration
public string ImagePath { get; set; }
Property Value
System.String
The ImagePath. |
IsClearButtonVisible
Gets or sets a value indicating if the clear button is visible.
Declaration
public bool IsClearButtonVisible { get; set; }
Property Value
System.Boolean
|
ItemsSource
Gets or sets the ItemsSource of the component.
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.Collections.IEnumerable
The ItemsSource. |
NoResultsMessage
Gets or sets the message visualised when there are no suggestions found.
Declaration
public string NoResultsMessage { get; set; }
Property Value
System.String
The message. |
SearchThreshold
Gets or sets the SearchThreshold of the component.
Declaration
public int SearchThreshold { get; set; }
Property Value
System.Int32
The SearchThreshold. |
SelectedTokenStyle
Gets or sets the style applied to the selected tokens.
Declaration
public AutoCompleteTokenStyle SelectedTokenStyle { get; set; }
Property Value
AutoCompleteTokenStyle
The AutoCompleteTokenStyle. |
ShowSuggestionView
Gets or sets a value indicating if the suggestions should be visualized.
Declaration
public bool ShowSuggestionView { get; set; }
Property Value
System.Boolean
The ShowSuggestionView. |
SuggestionItemTemplate
Gets or sets the SuggestionItemTemplate of the component.
Declaration
public DataTemplate SuggestionItemTemplate { get; set; }
Property Value
Xamarin.Forms.DataTemplate
The SuggestionItemTemplate. |
SuggestionItemTextColor
Gets or sets the SuggestionItemTextColor of the component.
Declaration
public Color SuggestionItemTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
SuggestionViewBackgroundColor
Gets or sets the SuggestionViewBackgroundColor of the component.
Declaration
public Color SuggestionViewBackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color
|
SuggestionViewHeight
Gets or sets the SuggestionViewHeight of the component.
Declaration
public double SuggestionViewHeight { get; set; }
Property Value
System.Double
The required SuggestionViewHeight. |
SuggestMode
Gets or sets the SuggestMode of the component.
Declaration
public SuggestMode SuggestMode { get; set; }
Property Value
SuggestMode
The SuggestMode. |
Text
Gets the visualized Text.
Declaration
public string Text { get; set; }
Property Value
System.String
|
TextColor
Gets or sets the TextColor of the component.
Declaration
public Color TextColor { get; set; }
Property Value
Xamarin.Forms.Color
The Color. |
TextSearchPath
Gets or sets the TextSearchPath of the component.
Declaration
public string TextSearchPath { get; set; }
Property Value
System.String
The TextSearchPath. |
Tokens
Gets the available Tokens.
Declaration
public IEnumerable Tokens { get; }
Property Value
System.Collections.IEnumerable
|
TokenStyle
Gets or sets the style applied to the tokens.
Declaration
public AutoCompleteTokenStyle TokenStyle { get; set; }
Property Value
AutoCompleteTokenStyle
The AutoCompleteTokenStyle. |
Watermark
Gets or sets the Watermark of the component.
Declaration
public string Watermark { get; set; }
Property Value
System.String
The Watermark text. |
Events
FilteredItemsChanged
Occurs when the FilteredItems are changed.
Declaration
public event EventHandler<FilteredItemsChangedEventArgs> FilteredItemsChanged
Event Type
System.EventHandler<FilteredItemsChangedEventArgs>
|
SuggestionItemSelected
Occurs when a suggestion is selected.
Declaration
public event EventHandler<SuggestionItemSelectedEventArgs> SuggestionItemSelected
Event Type
System.EventHandler<SuggestionItemSelectedEventArgs>
|