Class DelegateFilterDescriptor
Represents a descriptor that is used to filter items using an IFilter implementation.
Inheritance
System.Object
DelegateFilterDescriptor
Inherited Members
Namespace: Telerik.Maui.Controls.Data
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DelegateFilterDescriptor : FilterDescriptorBase, INotifyPropertyChanged
Constructors
DelegateFilterDescriptor()
Declaration
public DelegateFilterDescriptor()
Properties
Filter
Gets or sets the IFilter implementation used to check whether a data item passes the filter or not.
Declaration
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
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|