DataGridRowGetIndex Method
Note: This API is now obsolete.
Returns the index of the current row.
Namespace: Avalonia.ControlsAssembly: 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()
<ObsoleteAttribute("This API is going to be removed in a future version. Use the Index property instead.")>
Public Function GetIndex As Integer
[<ObsoleteAttribute("This API is going to be removed in a future version. Use the Index property instead.")>]
member GetIndex : unit -> int
Return Value
Int32
The index of the current row.