Prado\Web\UI\WebControls\TWizardNavigationEventParameter::getCancelNavigation PHP 메소드

getCancelNavigation() 공개 메소드

public getCancelNavigation ( ) : boolean
리턴 boolean whether navigation to the next step should be canceled. Default to false.
    public function getCancelNavigation()
    {
        return $this->_cancel;
    }