menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum TreeViewSearchNavigation - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum TreeViewSearchNavigation

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

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

    Fields

    Name Description
    SearchAll

    It specify whether the search can be performed in all cases (SearchUp, SearchDown) repeatedly.

    SearchDown

    It specify whether the search needs to be performed from the top to the bottom of TreeViewAdv.

    SearchUp

    It specify whether the search needs to be performed from the bottom to the top of TreeViewAdv.

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