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

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