Gets or sets the collapse delay in milliseconds before the drop-down operators list starts hiding.

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

Syntax

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

Field Value

The default value is 100.

See Also