IDataGridCollectionViewContains Method
Indicates whether the specified item belongs to this collection view.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
bool Contains(
Object item
)
Function Contains (
item As Object
) As Boolean
abstract Contains :
item : Object -> bool
- item Object
- The object to check.
Booleantrue if the item belongs to this collection view; otherwise, false.