Xceed Toolkit Plus for WPF v4.6 Documentation
FilterOperator Enumeration


Xceed.Wpf.ListBox Assembly > Xceed.Wpf.Data Namespace : FilterOperator Enumeration
Value representing the operator to use when filtering values.
Syntax
'Declaration
 
Public Enum FilterOperator 
   Inherits System.Enum
'Usage
 
Dim instance As FilterOperator
public enum FilterOperator : System.Enum 
Members
MemberDescription
ContainedInThe filter value must be contained in the value.
ContainsThe value must contained the filter value.
EndsWithThe value must end with the filter value.
EqualThe value must be equal to filter value.
GreaterThanThe value must be greater than the filter value.
GreaterThanOrEqualThe value must be greater than or equal to the filter value.
LessThanThe value must be less than the filter value.
LessThanOrEqualThe value must be less than or equal to the filter value.
NotEqualThe value must not be equal to the filter value.
StartsWithThe value must start with the filter value.
Remarks

 

Operator Data Type
ContainedIn String
Contains String
EndsWith String
Equal All primitive types, enumerations, IEquatable<T>, and IComparable
GreaterThan All primitive types, enumerations, and IComparable
GreaterThanOrEqual All primitive types, enumerations, and IComparable
LessThan All primitive types, enumerations, and IComparable
LessThanOrEqual All primitive types, enumerations, and IComparable
NotEqual All primitive types, enumerations, IEquatable<T>, and IComparable
StartsWith String
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Wpf.Data.FilterOperator

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.Data Namespace
cf224116-45e2-4539-9fd6-71cc219add2e