ClassPropertyFilterDescriptor
Class
Represents a FilterDescriptorBase that is associated with a particular property in the underlying ViewModel.
Definition
Namespace:Telerik.Data.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class PropertyFilterDescriptor : FilterDescriptorBase, INotifyPropertyChanged
Inheritance: objectViewModelBaseDataDescriptorFilterDescriptorBasePropertyFilterDescriptor
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
PassesFilterOverride(object)
Encapsulates the core filter logic exposed by the descriptor. Allows inheritors to provide their own custom filtering logic.
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
Overrides