Expand Animation duration in milliseconds.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[JsonAttribute(true, true, )]
[C1CategoryAttribute("Category.Behavior")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[LayoutAttribute(LayoutType.Appearance)]
public int ExpandDuration { get; set; }
Visual Basic
<JsonAttribute(True, True, )> _
<C1CategoryAttribute("Category.Behavior")> _
<DefaultValueAttribute()> _
<NotifyParentPropertyAttribute(True)> _
<LayoutAttribute(LayoutType.Appearance)> _
Public Property ExpandDuration As Integer
	Get
	Set

See Also