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
modelshould be included in the tree.
Provides filtering for a TreeView.
public interface ITreeViewFilter<T> where T : class
TReturn true if the model should be included in the tree.