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)
- C#
- VB
- F#
public void Remove(
Object item
)
Public Sub Remove (
item As Object
)
abstract Remove :
item : Object -> unit
override Remove :
item : Object -> unit
Parameters
- Object
- Item we want to remove