Collapse delay in milliseconds before child nodes collapse.
Default value is 100.
Namespace:
C1.Web.UI.Controls.C1TreeViewAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] [LayoutAttribute(LayoutType.Appearance)] [JsonAttribute(true, true, )] [C1CategoryAttribute("Category.Behavior")] public int CollapseDelay { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute()> _ <NotifyParentPropertyAttribute(True)> _ <LayoutAttribute(LayoutType.Appearance)> _ <JsonAttribute(True, True, )> _ <C1CategoryAttribute("Category.Behavior")> _ Public Property CollapseDelay As Integer Get Set |