ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / ValueFilter Class / ValuesLimit Property

In This Topic
    ValuesLimit Property
    In This Topic
    Gets or sets the limit count of values in value filter.
    Syntax
    'Declaration
     
    Public Property ValuesLimit As Integer
    public int ValuesLimit {get; set;}
    Remarks
    If actual values count exceeds ValuesLimit value then value filter editor will not be displayed.
    See Also