FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / FilterType Enumeration

In This Topic
    FilterType Enumeration
    In This Topic
    Represents the type if filtering provided by a ColumnFilter.
    Syntax
    'Declaration
     
    Public Enum FilterType 
       Inherits System.Enum
    public enum FilterType : System.Enum 
    Members
    MemberDescription
    AutomaticAutomatically select the filter type based on data type (use a Value filter for Boolean and enumeration columns, and a ValueAndCondition filter for other column types).
    ConditionFilter by condition.
    NoneNo filtering.
    ValueFilter by values.
    ValueAndConditionFilter by value or by condition.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.FlexGrid.FilterType

    See Also