Enum TreeViewSearchRange
Defines the constants that specifies the levels of range to find and replace in TreeView.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum TreeViewSearchRange
Fields
Name | Description |
---|---|
ChildNode | It specify whether the search needs to be performed only with the child level of TreeNodeAdv |
RootNode | It specify whether the search needs to be performed only with the parent level of the TreeNodeAdv. |
TreeView | It specify whether the search needs to be performed with all levels of TreeNodeCollection in TreeViewAdv. |