DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.DataFilter Namespace / Filter Class / Reset Method
The value indicating whether the filter should be automatically applied.

In This Topic
    Reset Method (Filter)
    In This Topic
    Resets the filter value to the default value.
    Syntax
    'Declaration
     
    Public Overridable Sub Reset( _
       Optional ByVal applyFilter As Boolean _
    ) 
    public virtual void Reset( 
       bool applyFilter
    )

    Parameters

    applyFilter
    The value indicating whether the filter should be automatically applied.
    See Also