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