Skip to main content

MoveCurrentTo Method

Move to the given item.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)

public bool MoveCurrentTo(
Object item
)

Parameters

  Object
Item we want to move the currency to

Return Value

Boolean
Whether the operation was successful

Implements

IDataGridCollectionView.MoveCurrentTo(Object)

See Also

Reference

DataGridCollectionView Class
Avalonia.Collections Namespace