GrapeCity MultiRow Windows Forms Documentation
ValidateComparisonOperator Enumeration


Specifies the binary operations between the target value and the compared value when validating a cell.
Syntax
Public Enum ValidateComparisonOperator 
   Inherits System.Enum
Dim instance As ValidateComparisonOperator
public enum ValidateComparisonOperator : System.Enum 
Members
MemberDescription
EqualsThe target cell's value is equal to the compared value.
GreaterThanThe target cell's value is greater than the compared value.
GreaterThanOrEqualsThe target cell's value is greater than or equal to the compared value.
LessThanThe target cell's value is less than the compared value.
LessThanOrEqualsThe target cell's value is less than or equal to the compared value.
NotEqualsThe target cell's value is not equal to the compared value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.ValidateComparisonOperator

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GrapeCity.Win.MultiRow Namespace
CompareValueBaseValidator Class

 

 


Copyright © GrapeCity, inc. All rights reserved.