IBindingListView.RemoveFilter Method

Definition

Removes the current filter applied to the data source.

public:
 void RemoveFilter();
public void RemoveFilter ();
abstract member RemoveFilter : unit -> unit
Public Sub RemoveFilter ()

Remarks

With the IBindingListView type, you implement filtering as a string to be interpreted by the data source implementation.

Applies to