You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-9Lines changed: 24 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# How to search and retrieve the tree node based on its text in WinForms TreeViewAdv?
2
2
3
-
## Search and retrieve the TreeNodeAdvtext
3
+
In [WinForms TreeViewAdv](https://www.syncfusion.com/winforms-ui-controls/treeview) has built-in support to search the **TreeNodeAdv** based on its text, by using the class named **TreeViewAdvFindReplaceDialog**. It can be done using the following categories:
4
4
5
-
**TreeViewAdv** has built-in support to search the **TreeNodeAdv** based on its text, by using the class named **TreeViewAdvFindReplaceDialog**. It can be done using the following categories:
6
5
1. TreeViewSearchOption
7
6
2. TreeViewSearchRange
8
7
3. TreeViewSearchNavigation
9
8
10
9
## TreeViewSearchOption
11
10
This property specifies the Searching option in TreeViewAdv.
11
+
12
12
1. MatchWholeText
13
13
2. MatchCase
14
14
@@ -85,6 +85,7 @@ This option helps to specify whether the search can be performed in the above ca
0 commit comments