Interface IKeyLookup
Represents an type that can be used to retrieve a certain key from an object instance. This key may be used in various data operations like sorting, filtering and grouping within a data control instance.
Namespace: Telerik.XamarinForms.Common.Data
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public interface IKeyLookup
Methods
GetKey(Object)
Retrieves the key value for the provided object instance.
Declaration
object GetKey(object instance)
Parameters
System.Object
instance
|
Returns
System.Object
|