[Root] / Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / IMultipleDistinctValuesEqualityComparer Interface


In This Topic
    IMultipleDistinctValuesEqualityComparer Interface
    In This Topic
    Provides an interface that allows the customization of distinct values filtering.
    Syntax
    'Declaration
     
    Public Interface IMultipleDistinctValuesEqualityComparer 
    'Usage
     
    Dim instance As IMultipleDistinctValuesEqualityComparer
    public interface IMultipleDistinctValuesEqualityComparer 
    Public Methods
     NameDescription
     MethodDetermines if a data item should be included in a filter or not based on the auto filter values that are selected and the distinct values of a data item’s property.  
     Method (Inherited from System.Collections.IEqualityComparer)
    Top
    Supported Frameworks

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also