alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeViewSearchRange

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

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

    Fields

    ChildNode

    Represents the child node.

    Declaration
    public const TreeViewSearchRange ChildNode
    Field Value
    Type
    TreeViewSearchRange

    RootNode

    Represents the root node.

    Declaration
    public const TreeViewSearchRange RootNode
    Field Value
    Type
    TreeViewSearchRange

    TreeView

    Represents the tree view.

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