I am trying to use the validation rules in a non-XAF application.
How can I load the validation rules that are defined in the Model?
I have looked at https://documentation.devexpress.com/#xaf/CustomDocument3294 but it does not explain how to load rules from the Model.
I have tried creating my own XafApplication descendant and adding all my modules to it. I then use Validator.RuleSet to validate but it only shows the rules that are defined in the attributes not the model.