Constructor TreeViewTextFilter
TreeViewTextFilter(TreeView<T>)
Creates a new instance of the filter for use with forTree. Set Text to begin
filtering.
public TreeViewTextFilter(TreeView<T> forTree)
Parameters
forTreeTreeView<T>The tree view this filter applies to.