Class TreeViewSearchRange
Defines the constant that specifies the levels of range to find and replace in TreeView.
Inheritance
System.Object
TreeViewSearchRange
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class TreeViewSearchRange : Enum
Fields
ChildNode
Represents the child node.
Declaration
public const TreeViewSearchRange ChildNode
Field Value
| Type |
|---|
| TreeViewSearchRange |
RootNode
Represents the root node.
Declaration
public const TreeViewSearchRange RootNode
Field Value
| Type |
|---|
| TreeViewSearchRange |
TreeView
Represents the tree view.
Declaration
public const TreeViewSearchRange TreeView
Field Value
| Type |
|---|
| TreeViewSearchRange |