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

getShowCancelButton() public method

public getShowCancelButton ( ) : boolean
return boolean whether to display a cancel button in each wizard step. Defaults to false.
    public function getShowCancelButton()
    {
        return $this->getViewState('ShowCancelButton', false);
    }
TWizard