Enum TreeViewSearchRange
Defines the constant that specifies the levels of range to find and replace in TreeView.
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum TreeViewSearchRange
Fields
Name | Description |
---|---|
ChildNode | Represents the child node. |
RootNode | Represents the root node. |
TreeView | Represents the tree view. |