DataGridCollectionViewRemove Method
Remove the given item from the underlying collection. It
needs to be in the current filtered, sorted, and paged view
to call
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public void Remove(
Object item
)
Public Sub Remove (
item As Object
)
abstract Remove :
item : Object -> unit
override Remove :
item : Object -> unit
- item Object
- Item we want to remove
IListRemove(Object)