Skip to main content

Remove Method

Remove the given item from the underlying collection. It needs to be in the current filtered, sorted, and paged view to call

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)

public void Remove(
Object item
)

Parameters

  Object
Item we want to remove

Implements

IList.Remove(Object)

See Also

Reference

DataGridCollectionView Class
Avalonia.Collections Namespace