New to Telerik UI for WPFStart a free 30-day trial

IAutocomplete

Interface

An interface that is implemented by classes which support autocompleting among their child elements.

Definition

Properties

Gets the search provider which is used from the retrievers.

C#
IItemSearchControl ItemSearch { get; }

Gets the text for the selected item.

C#
string Text { get; }

Gets the text Retriever that is used for item search.

C#
IValueRetriever TextRetriever { get; }

Gets the value Retriever that is used for item search.

C#
IValueRetriever ValueRetriever { get; }