Class TreeViewSearchOption
Defines the constant that specifies the options to find and replace in TreeView.
Inheritance
System.Object
TreeViewSearchOption
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class TreeViewSearchOption : Enum
Fields
MatchCase
It specify whether casing needs to be considered during the search process.
Declaration
public const TreeViewSearchOption MatchCase
Field Value
| Type |
|---|
| TreeViewSearchOption |
MatchWholeText
Helps match the whole searched text with the TreeNodeAdv text, while performing a search in TreeViewAdv.
Declaration
public const TreeViewSearchOption MatchWholeText
Field Value
| Type |
|---|
| TreeViewSearchOption |