C# filter objects in GUI at runtime by complex criteria (“lambda expression from textbox”)
I am wondering whether there is a good approach to enable users of a C# GUI to search/filter objects in a list by complex criteria of their choice.
I imagine something like a lambda expression that the user types into a textbox and that the code then applies to the list of items it has.