skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI UI for Xamarin

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Migrate to .NET MAUI
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadAutoComplete

Inheritance
System.Object
RadView
RadAutoComplete
Inherited Members
RadView.OnNativeControlLoaded()
RadView.OnNativeControlUnloaded()
RadView.IsDefaultValue(String)
RadView.IsOperational
RadView.NativeControlLoaded
RadView.NativeControlUnloaded
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>

Sample Applications
  • Telerik Tagit
  • iOS Demo App
  • Android Demo App
Support Resources
  • iOS Wrappers
  • Android Wrappers
  • Xamarin.Forms SDK Examples
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.