Interface
IKeyLookup

Defines a contract for looking up keys from objects.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Common

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public interface IKeyLookup

Methods

GetKey(object)

Gets the key for the specified item.

Declaration

cs-api-definition
object GetKey(object item)

Parameters

item

object

The item to get the key for.

Returns

object

The key associated with the item.

In this article
DefinitionMethodsGetKey(object)
Not finding the help you need?
Contact Support