Interface
IFilter

Defines a contract for filtering objects based on custom criteria.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Common

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public interface IFilter

Methods

PassesFilter(object)

Determines whether the specified item passes the filter criteria.

Declaration

cs-api-definition
bool PassesFilter(object item)

Parameters

item

object

The item to evaluate against the filter.

Returns

bool

true if the item passes the filter; otherwise, false.

In this article
DefinitionMethodsPassesFilter(object)
Not finding the help you need?
Contact Support