GrapeCity MultiRow Windows Forms Documentation
CompareStringValidatorOperator Enumeration


Defines the operators which are used to compare strings.
Syntax
Public Enum CompareStringValidatorOperator 
   Inherits System.Enum
public enum CompareStringValidatorOperator : System.Enum 
Members
MemberDescription
ContainsThe first string contains the second string.
EndsWithThe first string ends with the second string.
EqualsThe two strings are equal.
NotEqualsThe two strings are not equal.
StartsWithThe first string starts with the second string.
Inheritance Hierarchy

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

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

 

 


Copyright © GrapeCity, inc. All rights reserved.