AutoComplete for ASP.NET Web Forms
LoadOnDemand Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1AutoComplete Namespace > C1AutoComplete Class : LoadOnDemand Property
Gets or sets the value that indicates whether or not Loads on demand is enabled. If it set to true, the auto complete will get suggestions from datasource you specified.
Syntax
'Declaration
 
Public Property LoadOnDemand As System.Boolean
public System.bool LoadOnDemand {get; set;}
See Also

Reference

C1AutoComplete Class
C1AutoComplete Members