ClassDelegateFilterDescriptor
Class
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:
Inherited Members
Constructors
DelegateFilterDescriptor()
Declaration
cs-api-definition
public DelegateFilterDescriptor()
Properties
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
Overrides