C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1AutoComplete Namespace / C1AutoComplete Class / LoadOnDemand Property

In This Topic
LoadOnDemand Property (C1AutoComplete)
In This Topic
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
 
See Also