GrapeCity MultiRow Windows Forms Documentation
ComparisonType Property (CompareStringValidator)


Gets or sets a value specifying the culture, case, and sort rules to be used in comparison.
Syntax
<SRDescriptionAttribute("Indicates a value specifying the culture, case, and sort rules used in comparison.")>
<DefaultValueAttribute()>
Public Property ComparisonType As StringComparison
Dim instance As CompareStringValidator
Dim value As StringComparison
 
instance.ComparisonType = value
 
value = instance.ComparisonType
[SRDescription("Indicates a value specifying the culture, case, and sort rules used in comparison.")]
[DefaultValue()]
public StringComparison ComparisonType {get; set;}

Property Value

A System.StringComparison value specifiying the culture, case, and sort rules to be used in comparison. The default is System.StringComparison.CurrentCulture.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not defined in System.StringComparison.
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

CompareStringValidator Class
CompareStringValidator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.