Xceed Grid for WinForms v4.3 Documentation
RegularExpression Property (RegularExpressionCriterion)


Xceed.Validation.v1.3 Assembly > Xceed.Validation Namespace > RegularExpressionCriterion Class : RegularExpression Property
Gets or sets the regular expression string used to verify whether the input component's value matches.
Syntax
'Declaration
 
Public Property RegularExpression As String
'Usage
 
Dim instance As RegularExpressionCriterion
Dim value As String
 
instance.RegularExpression = value
 
value = instance.RegularExpression
public string RegularExpression {get; set;}

Property Value

A string representing the regular expression used to verify whether the input component's value matches.
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

RegularExpressionCriterion Class
RegularExpressionCriterion Members