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