Expand delay in milliseconds before the sub menu begins to popup. Default value is 0.

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

Syntax

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

See Also