Represents a filter descriptor that uses a set of distinct values for comparrison. Only a data-item that has a value contained in the distinct values set passes the filter.
Definition
Namespace:Telerik.Maui.Controls.Data
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DistinctValuesFilterDescriptor : PropertyFilterDescriptor, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseDataDescriptorFilterDescriptorBasePropertyFilterDescriptorDistinctValuesFilterDescriptor...
Implements:
Inherited Members
Constructors
C#
public DistinctValuesFilterDescriptor()
Methods
Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.
C#
protected override void OnPropertyChanged(string propertyName = null)
Overrides: