This feature is available out-of-the-box starting from version 12.2.
For earlier versions:
This example illustrates how to create your own Find Panel and show over TreeList.
Example Comments
Added By: Sigrid Villagomez 1 at: 5/30/2012 2:18:50 PM
WHERE DID YOU GET THE DATA FROM?
Added By: Declan M at: 5/10/2013 9:03:40 PMHi. I have installed version 12.2.8 of DevExpress and would like to use this feature. I have a form with a TreeList in it. From reading online it seems I need to set ColumnViewOptionsFind.AllowFindPanel to true.
Or do I just create an instance of ColumnViewOptionsFind and specify the property:
ColumnViewOptionsFind optFind = new ColumnViewOptionsFind();
optFind.AllowFindPanel = true;
I'm not sure.