The navigate target 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)]
[DescriptionAttribute("The navigate target when clicking the tab.")]
[DefaultValueAttribute("")]
[CategoryAttribute("Navigation")]
public string Target { get; set; }
Visual Basic (Declaration)
<LayoutAttribute(LayoutType.Behavior)> _
<DescriptionAttribute("The navigate target when clicking the tab.")> _
<DefaultValueAttribute("")> _
<CategoryAttribute("Navigation")> _
Public Property Target As String
	Get
	Set

Remarks