GrapeCity MultiRow Windows Forms Documentation
ExcludeListValidator Class
Members 


Represents a special CellValidator that validates whether the specified value does not exist in the given Candidates list.
Object Model
ExcludeListValidator ClassValidateActionCollection ClassCellValidateAction Class
Syntax
<ToolboxBitmapAttribute()>
Public Class ExcludeListValidator 
   Inherits CellValidator
   Implements INamedObject 
Dim instance As ExcludeListValidator
[ToolboxBitmap()]
public class ExcludeListValidator : CellValidator, INamedObject  
Remarks
You can set a pre-defined System.String array to the Candidates property. If the cell value does not exist in the array, the validation succeeds.
Inheritance Hierarchy

System.Object
   GrapeCity.Win.MultiRow.CellValidator
      GrapeCity.Win.MultiRow.ExcludeListValidator

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 Members
GrapeCity.Win.MultiRow Namespace
CellValidator Class
IncludeListValidator Class
CellValidateAction Class

 

 


Copyright © GrapeCity, inc. All rights reserved.