Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.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
    'Declaration
     
    
    Public Enum EmptyFilterBehavior 
       Inherits System.Enum
    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.Blazor.DataFilter.EmptyFilterBehavior

    See Also