Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomFilterOperatorType Enumeration


In This Topic
    CustomFilterOperatorType Enumeration
    In This Topic
    Specifies the operator for custom filtering.
    Syntax
    'Declaration
     
    
    Public Enum CustomFilterOperatorType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CustomFilterOperatorType
    public enum CustomFilterOperatorType : System.Enum 
    Members
    MemberDescription
    EqualShows results which are equal to the criteria.
    GreaterThanShows results which are greater than the criteria.
    GreaterThanOrEqualShows results which are greater than or equal to the criteria.
    LessThanShows results which are less than the criteria.
    LessThanOrEqualShows results which are less than or equal to the criteria.
    NotEqualShows results which are not equal to the criteria.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.CustomFilterOperatorType

    See Also