Xceed DataGrid for WPF v7.2 Documentation
DistinctValuesFilterMode Enumeration


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : DistinctValuesFilterMode Enumeration
Indicates how distinct values filtering is performed.
Syntax
'Declaration
 
Public Enum DistinctValuesFilterMode 
   Inherits System.Enum
'Usage
 
Dim instance As DistinctValuesFilterMode
public enum DistinctValuesFilterMode : System.Enum 
Members
MemberDescription
AndThe data items will be filtered according to if the auto filter values match the property's distinct values or not. If the distinct values of a data item's property match all the auto filter values, the item will be included.
OrThe data items will be filtered according to if the auto filter values matches the property's distinct values or not. If the distinct values of a data item's property match any of the auto filter values, the item will be included.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Wpf.DataGrid.DistinctValuesFilterMode

Requirements

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

Reference

Xceed.Wpf.DataGrid Namespace