alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeViewSearchRange

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

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

    Fields

    ChildNode

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

    Declaration
    public const TreeViewSearchRange ChildNode
    Field Value
    Type
    TreeViewSearchRange

    RootNode

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

    Declaration
    public const TreeViewSearchRange RootNode
    Field Value
    Type
    TreeViewSearchRange

    TreeView

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

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