Interface ITreeViewFilter<T>
Provides filtering for a TreeView.
public interface ITreeViewFilter<T> where T : class
Type Parameters
T
Methods
- IsMatch(T)
Return true if the
model
should be included in the tree.
Provides filtering for a TreeView.
public interface ITreeViewFilter<T> where T : class
T
Return true if the model
should
be included in the tree.