DataGridCollectionViewMoveCurrentTo Method
Move to the given item.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public bool MoveCurrentTo(
Object item
)
Public Function MoveCurrentTo (
item As Object
) As Boolean
abstract MoveCurrentTo :
item : Object -> bool
override MoveCurrentTo :
item : Object -> bool
- item Object
- Item we want to move the currency to
BooleanWhether the operation was successful
IDataGridCollectionViewMoveCurrentTo(Object)