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