KeyFromIndex(Int32) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Retrieves the index of the item that has the specified unique identifier (key).

public string KeyFromIndex(int index)

Parameters

index
Int32

The index.

Returns

String
The key

Remarks

TODO: Not yet implemented in Avalonia.