DataGridCollectionViewMoveCurrentToLast Method

Move to the last item.

Definition

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

Return Value

Boolean
Whether the operation was successful

Implements

IDataGridCollectionViewMoveCurrentToLast

See Also