Spread Windows Forms 15.0
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
    public List<PairChar> PairChars {get;}

    Property Value

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