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

In This Topic
    MaxItems Property (ViewFieldCollectionTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotFieldCollection.MaxItems. Sets the maximum number of fields allowed in this collection.
    Syntax
    'Declaration
     
    Public Property MaxItems As Nullable(Of Integer)
    public Nullable<int> MaxItems {get; set;}
    Remarks
    This property is set to null by default, which means any number of items is allowed.
    See Also