This example demonstrates how to implement the quick search feature for NavBarControl. The solution contains the SearchHelpers class that provides the CreateSearchPanel method that creates an additional group in your NavBarControl with TexEdit . So, you can filter your NavBarControl by item names. Also, it is necessary to set the required search criteria. This sample provides three search criteria:
1) Contains;
2) StartsWith;
3) Equals.