Enum TreeViewSearchNavigation
Defines the constant that specifies the navigation style to find and replace in TreeView.
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum TreeViewSearchNavigation
Fields
Name | Description |
---|---|
SearchAll | Represents search all the text. |
SearchDown | Represents navigate to down. |
SearchUp | Represents navigate to up. |