Class TreeViewSearchOption
Defines the constant that specifies the options to find and replace in TreeView.
Inheritance
System.Object
TreeViewSearchOption
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class TreeViewSearchOption : Enum
Fields
MatchCase
Represents match the case.
Declaration
public const TreeViewSearchOption MatchCase
Field Value
| Type |
|---|
| TreeViewSearchOption |
MatchWholeText
Represents match all text.
Declaration
public const TreeViewSearchOption MatchWholeText
Field Value
| Type |
|---|
| TreeViewSearchOption |