alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeViewSearchNavigation

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

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

    Fields

    SearchAll

    Represents search all the text.

    Declaration
    public const TreeViewSearchNavigation SearchAll
    Field Value
    Type
    TreeViewSearchNavigation

    SearchDown

    Represents navigate to down.

    Declaration
    public const TreeViewSearchNavigation SearchDown
    Field Value
    Type
    TreeViewSearchNavigation

    SearchUp

    Represents navigate to up.

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