Gets or sets the tooltip when mouse is over the splitter bar.
Namespace:
C1.Web.UI.Controls.C1SplitterAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[NotifyParentPropertyAttribute(true)] [JsonAttribute(true)] [DescriptionAttribute("Gets or sets the tooltip when mouse is over the splitter bar.")] [DefaultValueAttribute("")] [CategoryAttribute("Appearance")] public string ToolTip { get; set; } |
Visual Basic (Declaration) |
---|
<NotifyParentPropertyAttribute(True)> _ <JsonAttribute(True)> _ <DescriptionAttribute("Gets or sets the tooltip when mouse is over the splitter bar.")> _ <DefaultValueAttribute("")> _ <CategoryAttribute("Appearance")> _ Public Property ToolTip As String Get Set |