DataGridCollectionViewMoveCurrentTo Method

Move to the given item.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public bool MoveCurrentTo(
	Object item
)

Parameters

item  Object
Item we want to move the currency to

Return Value

Boolean
Whether the operation was successful

Implements

IDataGridCollectionViewMoveCurrentTo(Object)

See Also