Prado\Web\UI\WebControls\TWizardNavigationButtonStyle::getButtonType PHP Method

getButtonType() public method

public getButtonType ( ) : TWizardNavigationButtonType
return TWizardNavigationButtonType button type. Default to TWizardNavigationButtonType::Button.
    public function getButtonType()
    {
        return $this->_buttonType === null ? TWizardNavigationButtonType::Button : $this->_buttonType;
    }