Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / BaseEditor Class / Validators Property


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