Xceed Ultimate ListBox for Silverlight Documentation
FilterMode Enumeration


Value indicating how filters in the FilterControl are applied.
Syntax
Public Enum FilterMode 
   Inherits System.Enum
Dim instance As FilterMode
public enum FilterMode : 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.
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.Silverlight.Controls.FilterMode

Requirements

Target Platforms: 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.Silverlight.Controls Namespace

Send Feedback