IAutocomplete
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:
C#
public interface IAutocomplete
Derived Classes:
Properties
Gets the search provider which is used from the retrievers.
C#
IItemSearchControl ItemSearch { 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; }