Enum TreeViewSearchOption
Defines the constant that specifies the options to find and replace in TreeView.
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
[Flags]
public enum TreeViewSearchOption
Fields
| Name | Description |
|---|---|
| MatchCase | Represents match the case. |
| MatchWholeText | Represents match all text. |