InterfaceIKeyLookup
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:
cs-api-definition
public interface IKeyLookup
Methods
GetKey(object)
Retrieves the key value for the provided object instance.