Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / IEditor3 Interface / Validators Property


In This Topic
    Validators Property (IEditor3)
    In This Topic
    Gets the validator collection.
    Syntax
    'Declaration
     
    
    ReadOnly Property Validators As ValidatorCollection
    'Usage
     
    
    Dim instance As IEditor3
    Dim value As ValidatorCollection
     
    value = instance.Validators
    ValidatorCollection Validators {get;}
    See Also