Table of Contents

Property Filter

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Filter

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 { get; set; }

Property Value

ITreeViewFilter<T>