Gets or sets the behavior of the C1ToolTip when it is closed.
Namespace:
C1.Web.UI.Controls.C1ToolTipAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
[C1CategoryAttribute("Category.Behavior")] [DefaultValueAttribute(CloseBehavior.Auto)] [LayoutAttribute(LayoutType.Behavior)] [JsonAttribute(true, true, CloseBehavior.Auto)] public CloseBehavior CloseBehavior { get; set; } |
Visual Basic (Declaration) |
---|
<C1CategoryAttribute("Category.Behavior")> _ <DefaultValueAttribute(CloseBehavior.Auto)> _ <LayoutAttribute(LayoutType.Behavior)> _ <JsonAttribute(True, True, CloseBehavior.Auto)> _ Public Property CloseBehavior As CloseBehavior Get Set |