Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / CheckListFilterPresenter Class / Filter Property

In This Topic
    Filter Property (CheckListFilterPresenter)
    In This Topic
    Gets or sets filter associated with this element.
    Syntax
    'Declaration
     
    
    Public Property Filter As ChecklistFilter
    public ChecklistFilter Filter {get; set;}
    See Also