Class ValueLookup
Defines a public method that can be used for looking-up values on an object instance.
Inheritance
System.Object
ValueLookup
Namespace: Telerik.Maui.Data
Assembly: Telerik.Maui.Core.dll
Syntax
public abstract class ValueLookup : Object, 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. |
OnPropertyChanged(String)
Declaration
protected virtual void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|