alexa

    Show / Hide Table of Contents

    Enum TreeViewSearchOption

    Defines the constant that specifies the options to find and replace in TreeView.

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    [Flags]
    public enum TreeViewSearchOption

    Fields

    Name Description
    MatchCase

    It specify whether casing needs to be considered during the search process.

    MatchWholeText

    Helps match the whole searched text with the TreeNodeAdv text, while performing a search in TreeViewAdv.

    Back to top Generated by DocFX