Table of Contents

Method PassesFilter

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

PassesFilter(object)

Return true if the item belongs to this view. The item is assumed to belong to the underlying DataCollection; this method merely takes filters into account. It is commonly used during collection-changed notifications to determine if the added/removed item requires processing. Returns true if no filter is set on collection view.

public virtual bool PassesFilter(object item)

Parameters

item object

Returns

bool