Skip to content

Commit 0911044

Browse files
authored
Update README.md
1 parent e1e062b commit 0911044

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
This example shows how to implement a custom filter that reacts to the TreeViewNode’s Text when it is split by a comma and applies custom highlighting.
1010

11-
![](image.png)
11+
![](CS/TreeViewCustomFilter/image.png)
12+
13+
The filter accepts the [NavigationFilterInfo](http://docs.devexpress.com/Blazor/DevExpress.Blazor.NavigationFilterInfo) structure to obtain the [FilterString](http://docs.devexpress.com/Blazor/DevExpress.Blazor.DxTreeView.FilterString) value and uses a regular expression to parse the filter string. The [NodeTextTemplate](http://docs.devexpress.com/Blazor/DevExpress.Blazor.DxTreeView.NodeTextTemplate) uses a regular expression to apply custom highlighting.
1214

1315
<!-- default file list -->
1416

0 commit comments

Comments
 (0)