Prado\Web\UI\WebControls\TWizardStep::getStepType PHP Method

getStepType() public method

public getStepType ( ) : TWizardStepType
return TWizardStepType the wizard step type. Defaults to TWizardStepType::Auto.
    public function getStepType()
    {
        return $this->getViewState('StepType', TWizardStepType::Auto);
    }