DataGridCollectionViewRemoveAt Method

Remove the item at the given index from the underlying collection. The index is interpreted with respect to the view (filtered, sorted, and paged list).

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public void RemoveAt(
	int index
)

Parameters

index  Int32
Index of the item we want to remove

Implements

IListRemoveAt(Int32)

See Also