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

In This Topic
    MaxItems Property (PivotFieldCollection)
    In This Topic
    Gets or 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