Expand Animation duration in milliseconds.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

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

See Also