ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 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
    public virtual System.int MaxCount {get; set;}
    See Also