DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.FlexPivot Namespace / C1FlexPivotFieldList Class / MaxItems Property

In This Topic
    MaxItems Property
    In This Topic
    Gets or sets the maximum number of fields allowed in this list.
    Syntax
    'Declaration
     
    Public Property MaxItems As Integer
    public int MaxItems {get; set;}
    Remarks
    Negative values mean the list can have any number of items.
    See Also