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


In This Topic
    Candidates Property (IncludeListValidator)
    In This Topic
    Gets or sets a System.String array that indicates the specified values included in the candidate strings.
    Syntax
    'Declaration
     
    
    Public Property Candidates As String()
    'Usage
     
    
    Dim instance As IncludeListValidator
    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