Interface ITreeViewFilter<T>
Provides filtering for a TreeView.
Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
public interface ITreeViewFilter<T>
where T : class
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
| Improve this Doc View SourceIsMatch(T)
Return true if the
model should
be included in the tree.
Declaration
bool IsMatch(T model)
Parameters
| Type | Name | Description |
|---|---|---|
| T | model |
Returns
| Type | Description |
|---|---|
| System.Boolean |