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

In This Topic
    MaxValues Property (ValueFilterTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ValueFilter.MaxValues. Sets the maximum number of elements on the list of display values.
    Syntax
    'Declaration
     
    Public Property MaxValues As Integer
    public int MaxValues {get; set;}
    See Also