'Declaration Public Enum FilterOperator Inherits System.Enum
'Usage Dim instance As FilterOperator
public enum FilterOperator : System.Enum
'Declaration Public Enum FilterOperator Inherits System.Enum
'Usage Dim instance As FilterOperator
public enum FilterOperator : System.Enum
Member | Description |
---|---|
ContainedIn | The filter value must be contained in the value. |
Contains | The value must contained the filter value. |
EndsWith | The value must end with the filter value. |
Equal | The value must be equal to filter value. |
GreaterThan | The value must be greater than the filter value. |
GreaterThanOrEqual | The value must be greater than or equal to the filter value. |
LessThan | The value must be less than the filter value. |
LessThanOrEqual | The value must be less than or equal to the filter value. |
NotEqual | The value must not be equal to the filter value. |
StartsWith | The value must start with the filter value. |
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 |
System.Object
System.ValueType
System.Enum
Xceed.Wpf.Data.FilterOperator
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
Xceed.Wpf.Data Namespace
cf224116-45e2-4539-9fd6-71cc219add2e