Prado\Web\UI\WebControls\TWizard::getCancelDestinationUrl PHP Method

getCancelDestinationUrl() public method

public getCancelDestinationUrl ( ) : string
return string the URL that the browser will be redirected to if the cancel button in the wizard is clicked. Defaults to ''.
    public function getCancelDestinationUrl()
    {
        return $this->getViewState('CancelDestinationUrl', '');
    }
TWizard