public enum ENRowConditionOperator : System.Enum
public enum ENRowConditionOperator : System.Enum
Member | Description |
---|---|
ContainedIn | Returns true if the string representation of the row value is contained in the specified value. |
Contains | Returns true if the string representation of the row value contains the specified value. |
EndsWith | Returns true if the string representation of the row value ends with the specified value. |
Equals | Returns true if the current row value is Equal to the Value. |
GreaterThan | Returns true if the current row value is Greater Than the Value. |
GreaterThanOrEqual | Returns true if the current row value is Greater Than Or Equal to the Value. |
IsEmpty | Returns true if the string representation of the row value is empty (string of zero lenght). |
IsNull | Returns true if the the row value is null. |
LessThan | Returns true if the current row value is Less Than the Value. |
LessThanOrEqual | Returns true if the current row value is Less Than Or Equal to the Value. |
Like | Returns true if the string representation of the row value is like the specified regular expression. |
StartsWith | Returns true if the string representation of the row value begins with the specified Value. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Grid.ENRowConditionOperator
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)