Gets or sets the expand delay in milliseconds before the sub toolbar item starts to popup. The default value is 100ms.
Namespace:
C1.Web.UI.Controls.C1ToolBarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[C1CategoryAttribute("Category.Behavior")] [DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] [JsonAttribute(true, true, )] [LayoutAttribute(LayoutType.Behavior)] public int ExpandDelay { get; set; } |
| Visual Basic (Declaration) |
|---|
<C1CategoryAttribute("Category.Behavior")> _ <DefaultValueAttribute()> _ <NotifyParentPropertyAttribute(True)> _ <JsonAttribute(True, True, )> _ <LayoutAttribute(LayoutType.Behavior)> _ Public Property ExpandDelay As Integer Get Set |