please read the DevExpress Support Call
https://www.devexpress.com/Support/Center/Question/Details/T225120
how i solve the problem
Hello Lars,
You solved the issue himself to use additional class ModelHelper .
And you can add in your code following string (without additional class):
public sealed partial class cdbModule : ModuleBase { public cdbModule() { InitializeComponent(); ModelNodesGeneratorSettings.SetIdPrefix(typeof(Xafari.BC.DC.INote), typeof(Xafari.BC.DC.INote).FullName); } ... }
Feel free to contact us if you have any questions.
Regards, Sasha.