ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / ValueFilterSetting Class / MaxValues Property

In This Topic
    MaxValues Property (ValueFilterSetting)
    In This Topic
    The maximum number of elements on the list of display values.
    Syntax
    'Declaration
     
    Public Property MaxValues As Nullable(Of Integer)
    public Nullable<int> MaxValues {get; set;}
    Remarks
    This property is set to 250 by default.
    See Also