Interface IFilter
A filter abstraction.
Namespace: Telerik.Maui.Controls.Data
Assembly: Telerik.Maui.Controls.dll
Syntax
public interface IFilter
Methods
PassesFilter(Object)
Determines if an object should be filtered.
Declaration
bool PassesFilter(object item)
Parameters
System.Object
item
The item. |
Returns
System.Boolean
True if the |