alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeViewSearchOption

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

    Inheritance
    System.Object
    TreeViewSearchOption
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class TreeViewSearchOption : Enum

    Fields

    MatchCase

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

    Declaration
    public const TreeViewSearchOption MatchCase
    Field Value
    Type
    TreeViewSearchOption

    MatchWholeText

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

    Declaration
    public const TreeViewSearchOption MatchWholeText
    Field Value
    Type
    TreeViewSearchOption
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved