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

In This Topic
    CheckListFilterPresenter Class
    In This Topic
    CheckListFilter that represents UI for ChecklistFilter.
    Object Model
    CheckListFilterPresenter ClassChecklistFilter Class
    Syntax
    'Declaration
     
    
    Public Class CheckListFilterPresenter 
       Inherits C1.Blazor.Core.C1View
       Implements C1.Blazor.Core.IDependencyObject, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent 
    public class CheckListFilterPresenter : C1.Blazor.Core.C1View, C1.Blazor.Core.IDependencyObject, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent  
    Inheritance Hierarchy

    System.Object
       Microsoft.AspNetCore.Components.ComponentBase
          C1.Blazor.Core.C1View
             C1.Blazor.DataFilter.CheckListFilterPresenter

    See Also