Interface IValueRetriever
Represents value Retrievers which are used in the autocomplete behaviors.
Namespace: Telerik.Windows.Controls.Primitives
Assembly: Telerik.Windows.Controls.dll
Syntax
public interface IValueRetriever
Methods
GetValue(Object)
Gets the value using an item.
Declaration
object GetValue(object item)
Parameters
System.Object
item
|
Returns
System.Object
|