New to Telerik UI for .NET MAUIStart a free 30-day trial

IKeyLookup

Interface

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:

C#
public interface IKeyLookup

Methods

Retrieves the key value for the provided object instance.

C#
object GetKey(object instance)
Parameters:instanceobjectReturns:

object

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