Gets or sets the animation duration.

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

Syntax

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

Remarks

This property can be used to specify how long the dropdown items in the C1ToolBar will be hidden.

See Also