Interface IKeyLookup
Defines a contract for looking up keys from objects.
Namespace: Telerik.Maui.Controls.Compatibility.Common
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public interface IKeyLookup
Methods
GetKey(Object)
Gets the key for the specified item.
Declaration
object GetKey(object item)
Parameters
System.Object
item
The item to get the key for. |
Returns
System.Object
The key associated with the item. |