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

getUseDefaultLayout() public method

public getUseDefaultLayout ( ) : boolean
return boolean whether to use default layout to arrange side bar and the rest wizard components. Defaults to true.
    public function getUseDefaultLayout()
    {
        return $this->getViewState('UseDefaultLayout', true);
    }
TWizard