Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcludeListValidator Class / Candidates Property


In This Topic
    Candidates Property (ExcludeListValidator)
    In This Topic
    Gets or sets a System.String array that indicates the specified value that is excluded in the candidate strings.
    Syntax
    'Declaration
     
    
    Public Property Candidates As String()
    'Usage
     
    
    Dim instance As ExcludeListValidator
    Dim value() As String
     
    instance.Candidates = value
     
    value = instance.Candidates
    public string[] Candidates {get; set;}

    Property Value

    A System.String array that indicates the candidate strings. The default is a null reference (Nothing in Visual Basic).
    See Also