New to Telerik UI for .NET MAUIStart a free 30-day trial

IFilter

Interface

A filter abstraction.

Definition

Namespace:Telerik.Maui.Controls.Data

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public interface IFilter

Methods

Determines if an object should be filtered.

C#
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.

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