Interface
IFilter

A filter abstraction.

Definition

Namespace:Telerik.Maui.Controls.Data

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public interface IFilter

Methods

PassesFilter(object)

Determines if an object should be filtered.

Declaration

cs-api-definition
bool PassesFilter(object item)

Parameters

item

object

The item.

Returns

bool

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

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