Show / Hide Table of Contents

    Interface ICustomSearchItem

    Allows providing behavior for custom searching text in tree view or list box.

    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public interface ICustomSearchItem

    Methods

    | Improve this Doc View Source

    Contains(String)

    Is the search text contained in the item?

    Declaration
    bool Contains(string searchText)
    Parameters
    Type Name Description
    System.String searchText

    Search text.

    Returns
    Type Description
    System.Boolean

    The contains.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX