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
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class TreeViewSearchNavigation : Enum
Fields
SearchAll
It specify whether the search can be performed in all cases (SearchUp, SearchDown) repeatedly.
Declaration
public const TreeViewSearchNavigation SearchAll
Field Value
| Type |
|---|
| TreeViewSearchNavigation |
SearchDown
It specify whether the search needs to be performed from the top to the bottom of TreeViewAdv.
Declaration
public const TreeViewSearchNavigation SearchDown
Field Value
| Type |
|---|
| TreeViewSearchNavigation |
SearchUp
It specify whether the search needs to be performed from the bottom to the top of TreeViewAdv.
Declaration
public const TreeViewSearchNavigation SearchUp
Field Value
| Type |
|---|
| TreeViewSearchNavigation |