Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / TextFilter Class / IsApplied Property

In This Topic
    IsApplied Property (TextFilter)
    In This Topic
    Gets a value indicating the current Filter is applied or not.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsApplied As Boolean
    public virtual bool IsApplied {get;}
    See Also