Gets or sets the time delay before starting a call back to the server.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[DefaultValueAttribute()]
[C1CategoryAttribute("Category.Misc")]
[LayoutAttribute(LayoutType.Misc)]
[JsonAttribute(true, true, )]
[BindableAttribute(false)]
public int LoadOnDemandDelay { get; set; }
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