ComponentOne Xamarin Edition
FilterOperation Enumeration
C1.CollectionView Assembly > C1.CollectionView Namespace : FilterOperation Enumeration
Represents the valid operations.
Syntax
public enum FilterOperation : System.Enum 
Members
MemberDescription
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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.CollectionView.FilterOperation

See Also

Reference

C1.CollectionView Namespace