Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / BaseEditor Class / GetValidator Method


In This Topic
    GetValidator Method (BaseEditor)
    In This Topic
    Gets the validator for the editor control used to validate values.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetValidator() As BaseValidator
    'Usage
     
    
    Dim instance As BaseEditor
    Dim value As BaseValidator
     
    value = instance.GetValidator()
    public virtual BaseValidator GetValidator()

    Return Value

    BaseValidator containing the validation object used to validate values
    See Also