ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / AutoCompleteTagHelper Class / MaxItems Property

In This Topic
    MaxItems Property (AutoCompleteTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.AutoCompleteBase<T>.MaxItems. Sets the maximum number of items to display in the drop-down list.
    Syntax
    'Declaration
     
    Public Overridable Property MaxItems As Integer
    public virtual int MaxItems {get; set;}
    See Also