IDataGridCollectionViewMoveCurrentTo Method
Sets the specified item in the view as the
CurrentItem.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
bool MoveCurrentTo(
Object item
)
Function MoveCurrentTo (
item As Object
) As Boolean
abstract MoveCurrentTo :
item : Object -> bool
- item Object
- The item to set as the current item.
Booleantrue if the resulting
CurrentItem is an item in the view; otherwise, false.