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.

Definition

Namespace:Telerik.Maui.Controls.Data

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public interface IKeyLookup

Methods

GetKey(object)

Retrieves the key value for the provided object instance.

Declaration

cs-api-definition
object GetKey(object instance)

Parameters

instance

object

Returns

object

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