GrapeCity MultiRow Windows Forms Documentation
Candidates Property (ExcludeListValidator)


Gets or sets a System.String array that indicates the specified value that is excluded in the candidate strings.
Syntax
<SRDescriptionAttribute("Indicates the specified value that should be excluded in the candidate strings.")>
<SuppressMessageAttribute(Category="Microsoft.Performance", 
   CheckId="CA1819:PropertiesShouldNotReturnArrays", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")>
Public Property Candidates As String()
Dim instance As ExcludeListValidator
Dim value() As String
 
instance.Candidates = value
 
value = instance.Candidates
[SRDescription("Indicates the specified value that should be excluded in the candidate strings.")]
[SuppressMessage(Category="Microsoft.Performance", 
   CheckId="CA1819:PropertiesShouldNotReturnArrays", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")]
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).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExcludeListValidator Class
ExcludeListValidator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.