Gets or sets the collapse delay in milliseconds before the sub toolbar item starts hiding. Default value is 100ms.
Namespace:
C1.Web.UI.Controls.C1ToolBarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[JsonAttribute(true, true, )] [DefaultValueAttribute()] [C1CategoryAttribute("Category.Behavior")] [LayoutAttribute(LayoutType.Behavior)] [NotifyParentPropertyAttribute(true)] public int CollapseDelay { get; set; } |
| Visual Basic (Declaration) |
|---|
<JsonAttribute(True, True, )> _ <DefaultValueAttribute()> _ <C1CategoryAttribute("Category.Behavior")> _ <LayoutAttribute(LayoutType.Behavior)> _ <NotifyParentPropertyAttribute(True)> _ Public Property CollapseDelay As Integer Get Set |