Gets or sets the collapse animation duration in milliseconds.

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

Syntax

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

Field Value

The default value is 500.

See Also