Table of Contents

Field Filter

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Interface for filtering which lines of the tree are displayed e.g. to provide text searching. Defaults to null (no filtering).

public ITreeViewFilter<T> Filter

Returns

ITreeViewFilter<T>
Interface for filtering which lines of the tree are displayed e.g. to provide text searching. Defaults to null (no filtering).