DataGridCollectionViewMoveCurrentToPrevious Method

Move to the previous item.

Definition

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

Return Value

Boolean
Whether the operation was successful

Implements

IDataGridCollectionViewMoveCurrentToPrevious

See Also