ItemsSourceView.

IndexFromKey(string) Method

Summary

Retrieves the unique identifier (key) for the item at the specified index.
Namespace
Avalonia.Controls
Containing Type
ItemsSourceView

Syntax

public int IndexFromKey(string key)

Remarks

TODO: Not yet implemented in Avalonia.

Parameters

Name Type Description
key string The key.

Return Value

Type Description
int The index.