'Declaration Public Enum FilterOperation Inherits System.Enum
public enum FilterOperation : System.Enum
'Declaration Public Enum FilterOperation Inherits System.Enum
public enum FilterOperation : System.Enum
| Member | Description |
|---|---|
| Contains | Represents a contains operation |
| EndsWith | Represents a ends with operation |
| Equal | Represents an equal operation |
| EqualText | Represents an equal text operation |
| GreaterThan | Represents a greater than operation |
| GreaterThanOrEqual | Represents a greater than or equal operation |
| IsOneOf | Represents an is one of operation |
| LessThan | Represents a less than operation |
| LessThanOrEqual | Represents a less than or equal operation |
| NotEqual | Represents a not equal operation |
| NotEqualText | Represents a not equal text operation |
| StartsWith | Represents a starts with operation |
System.Object
System.ValueType
System.Enum
C1.CollectionView.FilterOperation