Class DistinctValuesFilterDescriptor
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.
Inheritance
System.Object
DistinctValuesFilterDescriptor
Inherited Members
Namespace: Telerik.Maui.Controls.Data
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DistinctValuesFilterDescriptor : PropertyFilterDescriptor, INotifyPropertyChanged, IPropertyDescriptor
Constructors
DistinctValuesFilterDescriptor()
Declaration
public DistinctValuesFilterDescriptor()
Methods
OnPropertyChanged(String)
Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|
Overrides
PassesFilterOverride(Object)
Checks whether the value is contained in the distinct values set.
Declaration
protected override bool PassesFilterOverride(object itemValue)
Parameters
System.Object
itemValue
|
Returns
System.Boolean
|