Search Results for

    Show / Hide Table of Contents

    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 Source

    IsMatch(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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX