Gets or sets the duration of the animation when drop-down list is expanding.
Namespace:
C1.Web.UI.Controls.C1ComboBoxAssembly:
C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
[DefaultValueAttribute()]
[LayoutAttribute(LayoutType.Behavior)]
[JsonAttribute(true, true, )]
[C1CategoryAttribute("Category.Behavior")]
public int ExpandDuration { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute()> _
<LayoutAttribute(LayoutType.Behavior)> _
<JsonAttribute(True, True, )> _
<C1CategoryAttribute("Category.Behavior")> _
Public Property ExpandDuration As Integer
Get
Set |
Examples
Copy CodeC#
<cc1:C1ComboBox ID="c1ComboBox2" runat="server" ExpandDuration="2000"></cc1:C1ComboBox> |
See Also