Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CompareValueValidator Class / ComparedValue Property


In This Topic
ComparedValue Property
In This Topic
Gets or sets the compared target value.
Syntax
'Declaration
 
Public Property ComparedValue As Object
 
'Usage
 
Dim instance As CompareValueValidator
Dim value As Object
 
instance.ComparedValue = value
 
value = instance.ComparedValue

Property Value

A System.Object value that represents the compared target value. The default is a null reference (Nothing in Visual Basic).
See Also