I'm wondering whether it is possible to apply a filter expression created by a Winforms RadFilterDialog on a specific object programmatically.
It should return a bool value depending the filter is true or false for the object and execute different code depending on the result. The idea is to implement a simple rule engine.
It should return a bool value depending the filter is true or false for the object and execute different code depending on the result. The idea is to implement a simple rule engine.