WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum TreeViewSearchOption

    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
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved