Prado\Web\UI\WebControls\TWizardStep::getAllowReturn PHP Method

getAllowReturn() public method

public getAllowReturn ( ) : boolean
return boolean whether this step can be re-visited. Default to true.
    public function getAllowReturn()
    {
        return $this->getViewState('AllowReturn', true);
    }