Gets or sets the content text of the control.
Namespace:
C1.Web.UI.Controls.C1ToolTipAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
[C1CategoryAttribute("Category.Behavior")] [DefaultValueAttribute("")] [LayoutAttribute(LayoutType.Behavior)] [JsonAttribute(true, true, "")] public string Text { get; set; } |
Visual Basic (Declaration) |
---|
<C1CategoryAttribute("Category.Behavior")> _ <DefaultValueAttribute("")> _ <LayoutAttribute(LayoutType.Behavior)> _ <JsonAttribute(True, True, "")> _ Public Property Text As String Get Set |