Click or drag to resize
KaxTabNavigateUrl Property
Gets or sets the URL to navigate to when the current tab is clicked.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override string NavigateUrl { get; set; }

Property Value

Type: String
The URL to navigate to when the tab is clicked. The default value is empty string which means that clicking the current tab will not navigate.
Remarks

By default clicking a tab will select it. If the tab has any child tabs they will be displayed. To make a tab navigate to some designated URL you can use the NavigateUrl property. You can optionally set the Target property to specify the window or frame in which to display the linked content.

Setting the NavigateUrl property will disable tab selection and as a result the TabClick event won't be raised for the current tab.

See Also