WinForms

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

    Show / Hide Table of Contents

    Enum TreeViewSearchRange

    Defines the constants that specifies the levels of range to find and replace in TreeView.

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public enum TreeViewSearchRange

    Fields

    Name Description
    ChildNode

    It specify whether the search needs to be performed only with the child level of TreeNodeAdv

    RootNode

    It specify whether the search needs to be performed only with the parent level of the TreeNodeAdv.

    TreeView

    It specify whether the search needs to be performed with all levels of TreeNodeCollection in TreeViewAdv.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved