New to Telerik UI for WinFormsStart a free 30-day trial

Base class used in filtering.

Definition

Constructors

C#
protected LocalCondition()

Methods

Determines if an object should be filtered.

C#
public abstract bool PassesFilter(object item)
Parameters:itemobject

The item.

Returns:

bool

True if the item should be used in the results. False if it should be ignored.