ComponentOne Xamarin Edition
FilterCombination Enumeration
C1.CollectionView Assembly > C1.CollectionView Namespace : FilterCombination Enumeration
Represents the valid filter combinations to create a filter expression.
Syntax
public enum FilterCombination : System.Enum 
Members
MemberDescription
And An And logical operation is applied to the filters
Or A Or logical operation is applied to the filters
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.CollectionView.FilterCombination

See Also

Reference

C1.CollectionView Namespace