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

setShowSideBar() public method

public setShowSideBar ( $value )
    public function setShowSideBar($value)
    {
        $this->setViewState('ShowSideBar', TPropertyValue::ensureBoolean($value), true);
    }
TWizard