Represents a FilterDescriptorBase that is associated with a particular property in the underlying ViewModel.
Definition
Namespace:Telerik.Maui.Controls.Data
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public abstract class PropertyFilterDescriptor : FilterDescriptorBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseDataDescriptorFilterDescriptorBasePropertyFilterDescriptor
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected PropertyFilterDescriptor()
Properties
Gets or sets the name of the property that is used to retrieve the value to filter by.
C#
public string PropertyName { get; set; }
Methods
Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.
C#
protected override void OnPropertyChanged(string propertyName = null)
Overrides:
Encapsulates the core filter logic exposed by the descriptor. Allows inheritors to provide their own custom filtering logic.