Animation duration in milliseconds.

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

Syntax

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

See Also