The URL to navigate when clicking the tab.

Namespace:  C1.Web.UI.Controls.C1TabStrip
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[LayoutAttribute(LayoutType.Behavior)]
[BindableAttribute(true)]
[DefaultValueAttribute("")]
[UrlPropertyAttribute]
[CategoryAttribute("Navigation")]
[DescriptionAttribute("The URL to navigate when clicking the tab.")]
public string NavigateUrl { get; set; }
Visual Basic (Declaration)
<LayoutAttribute(LayoutType.Behavior)> _
<BindableAttribute(True)> _
<DefaultValueAttribute("")> _
<UrlPropertyAttribute> _
<CategoryAttribute("Navigation")> _
<DescriptionAttribute("The URL to navigate when clicking the tab.")> _
Public Property NavigateUrl As String
	Get
	Set

Remarks