Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / ENRowConditionOperator Enumeration


In This Topic
    ENRowConditionOperator Enumeration
    In This Topic
    The operators that can be used in a operator row condition.
    Syntax
    'Declaration
     
    
    Public Enum ENRowConditionOperator 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENRowConditionOperator
    public enum ENRowConditionOperator : System.Enum 
    Members
    MemberDescription
    ContainedInReturns true if the string representation of the row value is contained in the specified value.
    ContainsReturns true if the string representation of the row value contains the specified value.
    EndsWithReturns true if the string representation of the row value ends with the specified value.
    EqualsReturns true if the current row value is Equal to the Value.
    GreaterThanReturns true if the current row value is Greater Than the Value.
    GreaterThanOrEqualReturns true if the current row value is Greater Than Or Equal to the Value.
    IsEmptyReturns true if the string representation of the row value is empty (string of zero lenght).
    IsNullReturns true if the the row value is null.
    LessThanReturns true if the current row value is Less Than the Value.
    LessThanOrEqualReturns true if the current row value is Less Than Or Equal to the Value.
    LikeReturns true if the string representation of the row value is like the specified regular expression.
    StartsWithReturns true if the string representation of the row value begins with the specified Value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Grid.ENRowConditionOperator

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also