Table of Contents

Interface ITreeViewFilter<T>

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

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.