Gets or sets the time delay before starting a call back to the server.
Namespace:
C1.Web.UI.Controls.C1ComboBoxAssembly:
C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
Visual Basic (Declaration) |
---|
<DefaultValueAttribute()> _
<C1CategoryAttribute("Category.Misc")> _
<LayoutAttribute(LayoutType.Misc)> _
<JsonAttribute(True, True, )> _
<BindableAttribute(False)> _
Public Property LoadOnDemandDelay As Integer
Get
Set |
Examples
Copy CodeC#
<cc1:C1ComboBox ID="c1ComboBox2" runat="server" LoadOnDemandDelay="500"></cc1:C1ComboBox> |
See Also