IndexFromKey(String) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Retrieves the unique identifier (key) for the item at the specified index.

public int IndexFromKey(string key)

Parameters

key
String

The key.

Returns

Int32
The index.

Remarks

TODO: Not yet implemented in Avalonia.