C1.WPF.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 _
) 
 

Parameters

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