DataGridCollectionViewRemove 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) Version: 11.3.999
public void Remove(
	Object item
)

Parameters

item  Object
Item we want to remove

Implements

IListRemove(Object)

See Also