LoadOnDemand Property (C1AutoComplete)
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.
public System.bool LoadOnDemand {get; set;}
'Declaration
Public Property LoadOnDemand As System.Boolean