ClassPropertyFilterDescriptor
Class
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:
cs-api-definition
public abstract class PropertyFilterDescriptor : FilterDescriptorBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseDataDescriptorFilterDescriptorBasePropertyFilterDescriptor
Derived Classes:
Implements:
Inherited Members
Constructors
PropertyFilterDescriptor()
Declaration
cs-api-definition
protected PropertyFilterDescriptor()
Properties
PropertyName
Gets or sets the name of the property that is used to retrieve the value to filter by.
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
PassesFilterOverride(object)
Encapsulates the core filter logic exposed by the descriptor. Allows inheritors to provide their own custom filtering logic.