Prado\Web\UI\WebControls\TTabView::setNavigateUrl PHP Method

setNavigateUrl() public method

If not empty, clicking on this tab will redirect the browser to the specified URL.
public setNavigateUrl ( $value )
    public function setNavigateUrl($value)
    {
        $this->setViewState('NavigateUrl', TPropertyValue::ensureString($value), '');
    }