IDataGridCollectionViewMoveCurrentToNext Method

Sets the item after the CurrentItem in the view as the CurrentItem.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
bool MoveCurrentToNext()

Return Value

Boolean
true if the resulting CurrentItem is an item in the view; otherwise, false.

See Also