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

In This Topic
MaxCount Property
In This Topic
Gets or sets the value that indicates the max number of callback results (you must specified the data source and set property "LoadOnDemand" to true) .
Syntax
'Declaration
 
Public Overridable Property MaxCount As System.Integer
 
See Also