MoveCurrentTo Method
Sets the specified item in the view as the CurrentItem.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
bool MoveCurrentTo(
Object item
)
Function MoveCurrentTo (
item As Object
) As Boolean
abstract MoveCurrentTo :
item : Object -> bool
Parameters
- Object
- The item to set as the current item.
Return Value
Boolean
true if the resulting CurrentItem is an item in the view; otherwise, false.
See Also
Reference
IDataGridCollectionView Interface
Avalonia.Collections Namespace