DataGridRowGetIndex Method

Note: This API is now obsolete.
Returns the index of the current row.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
[ObsoleteAttribute("This API is going to be removed in a future version. Use the Index property instead.")]
public int GetIndex()

Return Value

Int32
The index of the current row.

See Also