IDataGridCollectionViewContains Method

Indicates whether the specified item belongs to this collection view.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
bool Contains(
	Object item
)

Parameters

item  Object
The object to check.

Return Value

Boolean
true if the item belongs to this collection view; otherwise, false.

See Also