ComponentOne DataFilter for WPF
C1.DataFilter Namespace / BoolFilterBase Class / IsApplied Property

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