New to Telerik UI for .NET MAUIStart a free 30-day trial

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

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)
Parameters:propertyNamestring

Overrides: PropertyFilterDescriptor.OnPropertyChanged(string)

Checks whether the value is contained in the distinct values set.

C#
protected override bool PassesFilterOverride(object itemValue)
Parameters:itemValueobjectReturns:

bool

Overrides: PropertyFilterDescriptor.PassesFilterOverride(object)