Class
DelegateFilterDescriptor

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

Definition

Namespace:Telerik.Data.Core

Assembly:Telerik.WinUI.Controls.dll

Syntax:

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

Inheritance: objectViewModelBaseDataDescriptorFilterDescriptorBaseDelegateFilterDescriptor

Implements: INotifyPropertyChanged

Inherited Members ViewModelBase.VerifyPropertyName(string)ViewModelBase.OnPropertyChanged(string)ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)ViewModelBase.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

PropertyChangedOverride(string)

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

Declaration

cs-api-definition
protected override void PropertyChangedOverride(string changedPropertyName)

Parameters

changedPropertyName

string

Overrides DataDescriptor.PropertyChangedOverride(string)