FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ValueFilter Class / Values Property

In This Topic
    Values Property (ValueFilter)
    In This Topic
    Gets or sets the list of values that satisfy this filter. If the list is empty, the filter is disabled.
    Syntax
    'Declaration
     
    Public Property Values As IEnumerable(Of Object)
    public IEnumerable<object> Values {get; set;}
    See Also