File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 88
99This 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- 
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.
11+ ![ ] ( image.png )
1412
1513<!-- default file list -->
1614
You can’t perform that action at this time.
0 commit comments