Gets or sets the title 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")] [JsonAttribute(true, true, "")] [LayoutAttribute(LayoutType.Behavior)] [DefaultValueAttribute("")] public string Title { get; set; } |
Visual Basic (Declaration) |
---|
<C1CategoryAttribute("Category.Behavior")> _ <JsonAttribute(True, True, "")> _ <LayoutAttribute(LayoutType.Behavior)> _ <DefaultValueAttribute("")> _ Public Property Title As String Get Set |