Gets or sets the value associated with 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)]
[JsonAttribute(true, true, "")]
[LocalizableAttribute(true)]
[DefaultValueAttribute("")]
[DescriptionAttribute("Gets or sets the value associated with the tab.")]
public string Value { get; set; }
Visual Basic (Declaration)
<LayoutAttribute(LayoutType.Behavior)> _
<JsonAttribute(True, True, "")> _
<LocalizableAttribute(True)> _
<DefaultValueAttribute("")> _
<DescriptionAttribute("Gets or sets the value associated with the tab.")> _
Public Property Value As String
	Get
	Set

Remarks