Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / ThreeStateFilter Class
Members

In This Topic
    ThreeStateFilter Class
    In This Topic
    Represents a filter with checkboxes for bool value.
    Object Model
    ThreeStateFilter ClassExpression ClassFilterCollection ClassFilter Class
    Syntax
    'Declaration
     
    
    Public Class ThreeStateFilter 
       Inherits Filter
       Implements Microsoft.AspNetCore.Components.IComponent 
    public class ThreeStateFilter : Filter, Microsoft.AspNetCore.Components.IComponent  
    Inheritance Hierarchy

    System.Object
       C1.Blazor.DataFilter.NotifyPropertyChanged
          C1.Blazor.DataFilter.Filter
             C1.Blazor.DataFilter.ThreeStateFilter

    See Also