Enum TreeViewSearchOption
Defines the constant that specifies the options to find and replace in TreeView.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
[Flags]
public enum TreeViewSearchOption
Fields
| Name | Description |
|---|---|
| MatchCase | It specify whether casing needs to be considered during the search process. |
| MatchWholeText | Helps match the whole searched text with the TreeNodeAdv text, while performing a search in TreeViewAdv. |