GrapeCity.Win.MultiRow Namespace : CompareStringValidatorOperator Enumeration |
Public Enum CompareStringValidatorOperator Inherits System.Enum
Dim instance As CompareStringValidatorOperator
public enum CompareStringValidatorOperator : System.Enum
Member | Description |
---|---|
Contains | The first string contains the second string. |
EndsWith | The first string ends with the second string. |
Equals | The two strings are equal. |
NotEquals | The two strings are not equal. |
StartsWith | The first string starts with the second string. |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.MultiRow.CompareStringValidatorOperator
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