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

getShowSideBar() public method

public getShowSideBar ( ) : boolean
return boolean whether to display a side bar that contains links to wizard steps. Defaults to true.
    public function getShowSideBar()
    {
        return $this->getViewState('ShowSideBar', true);
    }
TWizard