Skip to main content

RemoveAt 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)

public void RemoveAt(
int index
)

Parameters

  Int32
Index of the item we want to remove

Implements

IList.RemoveAt(Int32)

See Also

Reference

DataGridCollectionView Class
Avalonia.Collections Namespace