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. |