Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / IEditor Interface / GetValidator Method


In This Topic
    GetValidator Method (IEditor)
    In This Topic
    Gets the BaseValidator object for this editor.
    Syntax
    'Declaration
     
    
    Function GetValidator() As BaseValidator
    'Usage
     
    
    Dim instance As IEditor
    Dim value As BaseValidator
     
    value = instance.GetValidator()
    BaseValidator GetValidator()

    Return Value

    BaseValidator containing the validation object used to validate values
    See Also