Prado\Web\UI\WebControls\TCustomValidator::getClientValidationFunction PHP Method

getClientValidationFunction() public method

public getClientValidationFunction ( ) : string
return string the name of the custom client-side script function used for validation.
    public function getClientValidationFunction()
    {
        return $this->getViewState('ClientValidationFunction', '');
    }