Determines the length of the delay, in milliseconds, before the tooltip starts to appear.
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 int ShowDelay { get; set; } |
Visual Basic (Declaration) |
---|
<C1CategoryAttribute("Category.Behavior")> _ <JsonAttribute(True, True, )> _ <LayoutAttribute(LayoutType.Behavior)> _ <DefaultValueAttribute()> _ Public Property ShowDelay As Integer Get Set |