Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PairCharValidator Class / PairChars Property


In This Topic
PairChars Property
In This Topic
Gets a PairChar list that is matched to the specified value.
Syntax
'Declaration
 
Public ReadOnly Property PairChars As List(Of PairChar)
 
'Usage
 
Dim instance As PairCharValidator
Dim value As List(Of PairChar)
 
value = instance.PairChars

Property Value

A PairChar list that is matched to the specified value.
See Also