FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / ValueFilter Class / ValuesLimit Property

In This Topic
    ValuesLimit Property (ValueFilter)
    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