Class ValueLookup
Defines a public method that can be used for looking-up values on an object instance.
Inherited Members
Namespace: Telerik.XamarinForms.Common.Data
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public abstract class ValueLookup : NotifyPropertyChangedBase, INotifyPropertyChanged
Constructors
ValueLookup()
Declaration
protected ValueLookup()
Methods
GetValueForItem(Object)
Retrieves the desired value from the specified object instance.
Declaration
public abstract object GetValueForItem(object dataItem)
Parameters
System.Object
dataItem
The object instance from which the value is retrieved. |
Returns
System.Object
The actual value. |