MoveCurrentTo Method
Move to the given item.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public bool MoveCurrentTo(
Object item
)
Public Function MoveCurrentTo (
item As Object
) As Boolean
abstract MoveCurrentTo :
item : Object -> bool
override MoveCurrentTo :
item : Object -> bool
Parameters
- Object
- Item we want to move the currency to
Return Value
Boolean
Whether the operation was successful