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

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

    Parameters

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