Interface IAutocomplete
An interface that is implemented by classes which support autocompleting among their child elements.
Namespace: Telerik.Windows.Controls.Primitives
Assembly: Telerik.Windows.Controls.dll
Syntax
public interface IAutocomplete
Properties
ItemSearch
Gets the search provider which is used from the retrievers.
Declaration
IItemSearchControl ItemSearch { get; }
Property Value
IItemSearchControl
|
Text
Gets the text for the selected item.
Declaration
string Text { get; }
Property Value
System.String
|
TextRetriever
Gets the text Retriever that is used for item search.
Declaration
IValueRetriever TextRetriever { get; }
Property Value
IValueRetriever
|
ValueRetriever
Gets the value Retriever that is used for item search.
Declaration
IValueRetriever ValueRetriever { get; }
Property Value
IValueRetriever
|