DataGridCollectionView.

Remove(object) Method

Summary

Remove the given item from the underlying collection. It needs to be in the current filtered, sorted, and paged view to call
Namespace
Avalonia.Collections
Containing Type
DataGridCollectionView

Syntax

public void Remove(object item)

Parameters

Name Type Description
item object Item we want to remove

Return Value

Type Description
void