Prado\Web\UI\WebControls\TWizard::getShowCancelButton PHP 메소드

getShowCancelButton() 공개 메소드

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