Xceed DataGrid for WPF v7.2 Documentation
FilterCriteriaMode Enumeration


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : FilterCriteriaMode Enumeration
Value indicating how filters entered into a FilterRow are applied.
Syntax
'Declaration
 
Public Enum FilterCriteriaMode 
   Inherits System.Enum
'Usage
 
Dim instance As FilterCriteriaMode
public enum FilterCriteriaMode : System.Enum 
Members
MemberDescription
AndThe data items will be filtered according to all the filtering criteria defined by each column. If a data item matches all the criteria, it will be included.
NoneFiltering through a FilterRow is disabled.
OrThe data items will be filtered according to at least one of the filtering criteria defined by the columns. If a data item matches at least one criteria, it will be included.
Inheritance Hierarchy

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

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