Class
DelegateFilterDescriptor

Represents a descriptor that is used to filter items using an IFilter implementation.

Definition

Namespace:Telerik.Maui.Controls.Data

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class DelegateFilterDescriptor : FilterDescriptorBase, INotifyPropertyChanged

Inheritance: objectNotifyPropertyChangedBaseDataDescriptorFilterDescriptorBaseDelegateFilterDescriptor

Implements: INotifyPropertyChanged

Inherited Members NotifyPropertyChangedBase.UpdateValue<T>(ref T, T, string)NotifyPropertyChangedBase.UpdateValue<T>(ref T, T, Action<T>, string)NotifyPropertyChangedBase.PropertyChanged

Constructors

DelegateFilterDescriptor()

Declaration

cs-api-definition
public DelegateFilterDescriptor()

Properties

Filter

Gets or sets the IFilter implementation used to check whether a data item passes the filter or not.

Declaration

cs-api-definition
public IFilter Filter { get; set; }

Property Value

IFilter

Methods

OnPropertyChanged(string)

Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.

Declaration

cs-api-definition
protected override void OnPropertyChanged(string propertyName = null)

Parameters

propertyName

string

Overrides DataDescriptor.OnPropertyChanged(string)