WinUI | ComponentOne
C1.WinUI.DataFilter Assembly / C1.WinUI.DataFilter Namespace / EmptyFilterBehavior Enumeration
In This Topic
    EmptyFilterBehavior Enumeration
    In This Topic
    Defines the behavior of CheckListFilter when an empty expression is assigned to it.
    Syntax
    public enum EmptyFilterBehavior : System.Enum 
    Members
    MemberDescription
    AllAll items will be checked.
    DefaultThe behavior is inherited from C1DataFilter.
    NoneAll items will be unchecked.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WinUI.DataFilter.EmptyFilterBehavior

    See Also