Gets or sets the text displayed on the tab.
Namespace:
C1.Web.UI.Controls.C1TabStripAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[LocalizableAttribute(true)] [LayoutAttribute(LayoutType.Appearance)] [JsonAttribute(true, true, "")] [DefaultValueAttribute("")] [DescriptionAttribute("Gets or sets the text displayed on the tab.")] public string Text { get; set; } |
| Visual Basic (Declaration) |
|---|
<LocalizableAttribute(True)> _ <LayoutAttribute(LayoutType.Appearance)> _ <JsonAttribute(True, True, "")> _ <DefaultValueAttribute("")> _ <DescriptionAttribute("Gets or sets the text displayed on the tab.")> _ Public Property Text As String Get Set |