DataGridCollectionViewMoveCurrentToNext Method
Move to the next item.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public bool MoveCurrentToNext()
Public Function MoveCurrentToNext As Boolean
abstract MoveCurrentToNext : unit -> bool
override MoveCurrentToNext : unit -> bool
BooleanWhether the operation was successful
IDataGridCollectionViewMoveCurrentToNext