Interface ITreeViewFilter | Terminal.Gui v2 (original) (raw)

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.

Edit this page