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