GetIndex Method
Obsolete.
This API is going to be removed in a future version. Use the Index property instead.
Returns the index of the current row.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
[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.