Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RegularExpressionValidator Class / Expression Property


In This Topic
Expression Property
In This Topic
Gets or sets a regular expression that is matched by the specified value.
Syntax
'Declaration
 
Public Property Expression As String
 
'Usage
 
Dim instance As RegularExpressionValidator
Dim value As String
 
instance.Expression = value
 
value = instance.Expression

Property Value

A System.String value that represents a regular expression that is matched by the specified value. The default is String.Empty.
See Also