ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ValueFilter Class / MaxValues Property

In This Topic
    MaxValues Property (ValueFilter)
    In This Topic
    Gets or sets the maximum number of elements on the list of display values.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(250)>
    Public Property MaxValues As Integer
    [DefaultValue(250)]
    public int MaxValues {get; set;}
    See Also