Gets or sets the expand delay in milliseconds before drop-down operators list opens.

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

Syntax

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

Field Value

The default value is 100.

See Also